1 |
cb15593b
|
Cajova-Houba
|
{
|
2 |
|
|
"name": "illuminate/session",
|
3 |
|
|
"description": "The Illuminate Session 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 |
|
|
"illuminate/contracts": "5.2.*",
|
19 |
|
|
"illuminate/support": "5.2.*",
|
20 |
|
|
"nesbot/carbon": "~1.20",
|
21 |
|
|
"symfony/finder": "2.8.*|3.0.*",
|
22 |
|
|
"symfony/http-foundation": "2.8.*|3.0.*"
|
23 |
|
|
},
|
24 |
|
|
"autoload": {
|
25 |
|
|
"psr-4": {
|
26 |
|
|
"Illuminate\\Session\\": ""
|
27 |
|
|
}
|
28 |
|
|
},
|
29 |
|
|
"extra": {
|
30 |
|
|
"branch-alias": {
|
31 |
|
|
"dev-master": "5.2-dev"
|
32 |
|
|
}
|
33 |
|
|
},
|
34 |
|
|
"suggest": {
|
35 |
|
|
"illuminate/console": "Required to use the session:table command (5.2.*)."
|
36 |
|
|
},
|
37 |
|
|
"minimum-stability": "dev"
|
38 |
|
|
}
|