1 |
cb15593b
|
Cajova-Houba
|
{
|
2 |
|
|
"name": "illuminate/contracts",
|
3 |
|
|
"description": "The Illuminate Contracts package.",
|
4 |
|
|
"license": "MIT",
|
5 |
|
|
"homepage": "http://laravel.com",
|
6 |
|
|
"support": {
|
7 |
|
|
"issues": "https://github.com/laravel/framework/issues",
|
8 |
|
|
"source": "https://github.com/laravel/framework"
|
9 |
|
|
},
|
10 |
|
|
"authors": [
|
11 |
|
|
{
|
12 |
|
|
"name": "Taylor Otwell",
|
13 |
|
|
"email": "taylor@laravel.com"
|
14 |
|
|
}
|
15 |
|
|
],
|
16 |
|
|
"require": {
|
17 |
|
|
"php": ">=5.5.9"
|
18 |
|
|
},
|
19 |
|
|
"autoload": {
|
20 |
|
|
"psr-4": {
|
21 |
|
|
"Illuminate\\Contracts\\": ""
|
22 |
|
|
}
|
23 |
|
|
},
|
24 |
|
|
"extra": {
|
25 |
|
|
"branch-alias": {
|
26 |
|
|
"dev-master": "5.2-dev"
|
27 |
|
|
}
|
28 |
|
|
},
|
29 |
|
|
"minimum-stability": "dev"
|
30 |
|
|
}
|