Files
c-cms-legacy/vendor/laravel/framework/src/Illuminate/Routing/composer.json
Mathieu Lagace 5fa3c85b97 Include Vendor
2018-06-27 20:31:54 -04:00

48 lines
1.3 KiB
JSON

{
"name": "illuminate/routing",
"description": "The Illuminate Routing package.",
"license": "MIT",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"require": {
"php": "^7.1.3",
"illuminate/container": "5.6.*",
"illuminate/contracts": "5.6.*",
"illuminate/http": "5.6.*",
"illuminate/pipeline": "5.6.*",
"illuminate/session": "5.6.*",
"illuminate/support": "5.6.*",
"symfony/debug": "~4.0",
"symfony/http-foundation": "~4.0",
"symfony/http-kernel": "~4.0",
"symfony/routing": "~4.0"
},
"autoload": {
"psr-4": {
"Illuminate\\Routing\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "5.6-dev"
}
},
"suggest": {
"illuminate/console": "Required to use the make commands (5.6.*).",
"symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev"
}