radarrplexorganizrnginxsonarrdashboardembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdall
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
816 B
36 lines
816 B
7 years ago
|
{
|
||
|
"name": "illuminate/contracts",
|
||
|
"description": "The Illuminate Contracts 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.0",
|
||
|
"psr/container": "~1.0",
|
||
|
"psr/simple-cache": "~1.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Illuminate\\Contracts\\": ""
|
||
|
}
|
||
|
},
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.5-dev"
|
||
|
}
|
||
|
},
|
||
|
"config": {
|
||
|
"sort-packages": true
|
||
|
},
|
||
|
"minimum-stability": "dev"
|
||
|
}
|