|
16 | 16 | } |
17 | 17 | ], |
18 | 18 | "require": { |
19 | | - "php": ">=5.5.0", |
| 19 | + "php": ">=5.5.9", |
20 | 20 | "doctrine/orm": "2.5.*", |
21 | | - "illuminate/auth": "~5.1", |
22 | | - "illuminate/console": "~5.1", |
23 | | - "illuminate/container": "~5.1", |
24 | | - "illuminate/contracts": "~5.1", |
25 | | - "illuminate/pagination": "~5.1", |
26 | | - "illuminate/support": "~5.1", |
27 | | - "illuminate/validation": "~5.1", |
28 | | - "illuminate/view": "~5.1", |
| 21 | + "illuminate/auth": "5.2.*", |
| 22 | + "illuminate/console": "5.2.*", |
| 23 | + "illuminate/container": "5.2.*", |
| 24 | + "illuminate/contracts": "5.2.*", |
| 25 | + "illuminate/pagination": "5.2.*", |
| 26 | + "illuminate/support": "5.2.*", |
| 27 | + "illuminate/validation": "5.2.*", |
| 28 | + "illuminate/view": "5.2.*", |
29 | 29 | "symfony/serializer": "^2.7" |
30 | 30 | }, |
31 | 31 | "require-dev": { |
32 | 32 | "phpunit/phpunit": "~4.0", |
33 | 33 | "mockery/mockery": "~0.9", |
34 | 34 | "barryvdh/laravel-debugbar": "~2.0", |
35 | 35 | "itsgoingd/clockwork": "~1.9", |
36 | | - "illuminate/log": "~5.1" |
| 36 | + "illuminate/log": "5.2.*" |
37 | 37 | }, |
38 | 38 | "autoload": { |
39 | 39 | "psr-4": { |
|
0 commit comments