|
12 | 12 | "minimum-stability": "stable", |
13 | 13 | "require": { |
14 | 14 | "php": ">=7.0", |
15 | | - "illuminate/cache": "^5.3", |
16 | | - "illuminate/config": "^5.3", |
17 | | - "illuminate/console": "^5.3", |
18 | | - "illuminate/database": "^5.3", |
19 | | - "illuminate/support": "^5.3", |
| 15 | + "illuminate/cache": "^5.4", |
| 16 | + "illuminate/config": "^5.4", |
| 17 | + "illuminate/console": "^5.4", |
| 18 | + "illuminate/database": "^5.4", |
| 19 | + "illuminate/support": "^5.4", |
20 | 20 | "opensoft/rollout": "^2.2" |
21 | 21 | }, |
22 | 22 | "require-dev": { |
23 | 23 | "codeclimate/php-test-reporter": "^0.4.4", |
24 | 24 | "friendsofphp/php-cs-fixer": "^2.1", |
25 | | - "illuminate/container": "^5.3|^5.4", |
| 25 | + "illuminate/container": "^5.4", |
26 | 26 | "mockery/mockery": "^0.9.9", |
27 | 27 | "orchestra/testbench": "^3.4", |
28 | 28 | "phpunit/phpunit": "^6.0", |
|
0 commit comments