{
"name": "spiral/annotated-routes",
"type": "library",
"description": "Annotated routes for Spiral Framework",
"license": "MIT",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/spiral"
}
],
"homepage": "https://spiral.dev",
"support": {
"issues": "https://github.com/spiral/framework/issues",
"source": "https://github.com/spiral/annotated-routes"
},
"authors": [
{
"name": "Anton Titov (wolfy-j)",
"email": "wolfy-j@spiralscout.com"
},
{
"name": "Pavel Butchnev (butschster)",
"homepage": "https://github.com/butschster"
},
{
"name": "Aleksei Gagarin (roxblnfk)",
"homepage": "https://github.com/roxblnfk"
},
{
"name": "Maksim Smakouz (msmakouz)",
"email": "maksim.smakouz@spiralscout.com"
}
],
"require": {
"php": ">=8.1",
"spiral/attributes": "^2.8|^3.0",
"spiral/router": "^3.17"
},
"autoload": {
"psr-4": {
"Spiral\\Router\\": "src"
}
},
"require-dev": {
"mockery/mockery": "^1.6.12",
"phpunit/phpunit": "^10.5.41",
"spiral/framework": "^3.1",
"spiral/testing": "^2.12",
"spiral/nyholm-bridge": "^1.3",
"vimeo/psalm": "^6.0"
},
"autoload-dev": {
"psr-4": {
"Spiral\\Tests\\Router\\": "tests"
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}
|