|
17 | 17 | "require": { |
18 | 18 | "php": "^7.4|^8.0", |
19 | 19 | "google/apiclient": "^v2.12.6", |
20 | | - "illuminate/auth": "~5.8|^6.0|^7.0|^8.0|^9.0|^10.0", |
21 | | - "illuminate/config": "~5.8|^6.0|^7.0|^8.0|^9.0|^10.0", |
22 | | - "illuminate/database": "~5.8|^6.0|^7.0|^8.0|^9.0|^10.0", |
23 | | - "illuminate/routing": "~5.8|^6.0|^7.0|^8.0|^9.0|^10.0", |
24 | | - "illuminate/session": "~5.8|^6.0|^7.0|^8.0|^9.0|^10.0", |
25 | | - "illuminate/support": "~5.8|^6.0|^7.0|^8.0|^9.0|^10.0", |
26 | | - "symfony/mime": "^5.4|^6.0", |
| 20 | + "illuminate/auth": "~5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", |
| 21 | + "illuminate/config": "~5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", |
| 22 | + "illuminate/database": "~5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", |
| 23 | + "illuminate/routing": "~5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", |
| 24 | + "illuminate/session": "~5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", |
| 25 | + "illuminate/support": "~5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", |
| 26 | + "symfony/mime": "^5.4|^6.0|^7.0", |
27 | 27 | "ext-json": "*" |
28 | 28 | }, |
29 | 29 | "require-dev": { |
30 | | - "phpunit/phpunit": "^9.3", |
| 30 | + "phpunit/phpunit": "^9.3|^10.5", |
31 | 31 | "mockery/mockery": "^1.0", |
32 | 32 | "squizlabs/php_codesniffer": "~3.4", |
33 | | - "orchestra/testbench": "^v4.18.0|^v5.20.0|^v6.25.0|^8.0" |
| 33 | + "orchestra/testbench": "^v4.18.0|^v5.20.0|^v6.25.0|^8.0|^9.0" |
34 | 34 | }, |
35 | 35 | "autoload": { |
36 | 36 | "psr-4": { |
|
0 commit comments