|
15 | 15 | ], |
16 | 16 | "require": { |
17 | 17 | "php":">=5.5.9", |
18 | | -"illuminate/contracts":"5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0", |
19 | | -"illuminate/filesystem":"5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0", |
20 | | -"illuminate/http":"5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0", |
21 | | -"illuminate/routing":"5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0", |
22 | | -"illuminate/support":"5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0", |
23 | | -"illuminate/view":"5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0", |
| 18 | +"illuminate/contracts":"5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0", |
| 19 | +"illuminate/filesystem":"5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0", |
| 20 | +"illuminate/http":"5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0", |
| 21 | +"illuminate/routing":"5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0", |
| 22 | +"illuminate/support":"5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0", |
| 23 | +"illuminate/view":"5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0", |
24 | 24 | "mrclay/minify":"^2.2" |
25 | 25 | }, |
26 | 26 | "require-dev": { |
27 | 27 | "graham-campbell/testbench":"^3.1|^4.0|^5.0", |
28 | 28 | "mockery/mockery":"^0.9.4|^1.0", |
29 | | -"phpunit/phpunit":"^4.8|^5.0|^6.0|^7.0" |
| 29 | +"phpunit/phpunit":"^4.8|^5.0|^6.0|^7.0|^8.0" |
30 | 30 | }, |
31 | 31 | "autoload": { |
32 | 32 | "psr-4": { |
|