|
15 | 15 | "require": { |
16 | 16 | "php": "^8.0", |
17 | 17 | "dingo/blueprint": "^0.4.5", |
18 | | - "illuminate/routing": "^9.0|^10.0", |
19 | | - "illuminate/support": "^9.0|^10.0", |
| 18 | + "illuminate/routing": "^9.0|^10.0|^11.0", |
| 19 | + "illuminate/support": "^9.0|^10.0|^11.0", |
20 | 20 | "league/fractal": "^0.20" |
21 | 21 | }, |
22 | 22 | "require-dev": { |
23 | 23 | "friendsofphp/php-cs-fixer": "~3", |
24 | | - "illuminate/auth": "^9.0|^10.0", |
25 | | - "illuminate/cache": "^9.0|^10.0", |
26 | | - "illuminate/console": "^9.0|^10.0", |
27 | | - "illuminate/database": "^9.0|^10.0", |
28 | | - "illuminate/events": "^9.0|^10.0", |
29 | | - "illuminate/filesystem": "^9.0|^10.0", |
30 | | - "illuminate/log": "^9.0|^10.0", |
31 | | - "illuminate/pagination": "^9.0|^10.0", |
32 | | - "laravel/lumen-framework": "^9.0|^10.0", |
| 24 | + "illuminate/auth": "^9.0|^10.0|^11.0", |
| 25 | + "illuminate/cache": "^9.0|^10.0|^11.0", |
| 26 | + "illuminate/console": "^9.0|^10.0|^11.0", |
| 27 | + "illuminate/database": "^9.0|^10.0|^11.0", |
| 28 | + "illuminate/events": "^9.0|^10.0|^11.0", |
| 29 | + "illuminate/filesystem": "^9.0|^10.0|^11.0", |
| 30 | + "illuminate/log": "^9.0|^10.0|^11.0", |
| 31 | + "illuminate/pagination": "^9.0|^10.0|^11.0", |
| 32 | + "laravel/lumen-framework": "^9.0|^10.0|^11.0", |
33 | 33 | "mockery/mockery": "~1.0", |
34 | | - "phpunit/phpunit": "^9.0", |
| 34 | + "phpunit/phpunit": "^9.0|^10.0", |
35 | 35 | "squizlabs/php_codesniffer": "~2.0", |
36 | 36 | "php-open-source-saver/jwt-auth": "^1.4" |
37 | 37 | }, |
|
0 commit comments