|
15 | 15 | "require": { |
16 | 16 | "php": "^7.2.5", |
17 | 17 | "dingo/blueprint": "^0.4", |
18 | | - "illuminate/routing": "^7.0", |
19 | | - "illuminate/support": "^7.0", |
| 18 | + "illuminate/routing": "^7.0|^8.0", |
| 19 | + "illuminate/support": "^7.0|^8.0", |
20 | 20 | "league/fractal": "^0.19" |
21 | 21 | }, |
22 | 22 | "require-dev": { |
23 | 23 | "phpdocumentor/reflection-docblock": "3.3.2", |
24 | 24 | "friendsofphp/php-cs-fixer": "~2", |
25 | | - "illuminate/auth": "^7.0", |
26 | | - "illuminate/cache": "^7.0", |
27 | | - "illuminate/console": "^7.0", |
28 | | - "illuminate/database": "^7.0", |
29 | | - "illuminate/events": "^7.0", |
30 | | - "illuminate/filesystem": "^7.0", |
31 | | - "illuminate/log": "^7.0", |
32 | | - "illuminate/pagination": "^7.0", |
33 | | - "laravel/lumen-framework": "^7.0", |
| 25 | + "illuminate/auth": "^7.0|^8.0", |
| 26 | + "illuminate/cache": "^7.0|^8.0", |
| 27 | + "illuminate/console": "^7.0|^8.0", |
| 28 | + "illuminate/database": "^7.0|^8.0", |
| 29 | + "illuminate/events": "^7.0|^8.0", |
| 30 | + "illuminate/filesystem": "^7.0|^8.0", |
| 31 | + "illuminate/log": "^7.0|^8.0", |
| 32 | + "illuminate/pagination": "^7.0|^8.0", |
| 33 | + "laravel/lumen-framework": "^7.0|^8.0", |
34 | 34 | "mockery/mockery": "~1.0", |
35 | | - "phpunit/phpunit": "^8.5", |
| 35 | + "phpunit/phpunit": "^8.5|^9.0", |
36 | 36 | "squizlabs/php_codesniffer": "~2.0", |
37 | 37 | "tymon/jwt-auth": "1.0.*" |
38 | 38 | }, |
|
0 commit comments