29 lines
600 B
JSON
29 lines
600 B
JSON
{
|
|
"name": "161sh/genf",
|
|
"description": "Link shortener running at ge.nf",
|
|
"license": "AGPL-3.0-only",
|
|
"minimum-stability": "dev",
|
|
"version": "1.0",
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"gac/routing": "dev-main",
|
|
"twig/twig": "^3.0",
|
|
"ext-json": "*",
|
|
"161sh/seriousjson": "@dev"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"GeNF": "src/"
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../SeriousJSON"
|
|
}
|
|
]
|
|
}
|