|
20 | 20 | "ci-test": "vendor/bin/phpunit --coverage-clover coverage.xml" |
21 | 21 | }, |
22 | 22 | "require": { |
23 | | - "php": "^7.3|^7.4|^8.0|^8.1|^8.2|^8.3|^8.4", |
24 | | - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", |
25 | | - "illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", |
26 | | - "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", |
27 | | - "illuminate/hashing": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", |
| 23 | + "php": "^8.1|^8.2|^8.3|^8.4", |
| 24 | + "illuminate/support": "^10.0|^11.0|^12.0", |
| 25 | + "illuminate/container": "^10.0|^11.0|^12.0", |
| 26 | + "illuminate/database": "^10.0|^11.0|^12.0", |
| 27 | + "illuminate/hashing": "^10.0|^11.0|^12.0", |
28 | 28 | "aws/aws-sdk-php": "^3.0" |
29 | 29 | }, |
30 | 30 | "require-dev": { |
31 | | - "illuminate/auth": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", |
32 | | - "symfony/var-dumper": "^5.0|^6.0|^7.0", |
33 | | - "vlucas/phpdotenv": "^4.1|^5.0", |
34 | | - "mockery/mockery": "^1.3", |
35 | | - "phpunit/phpunit": "^8.0|^9.0|^10.0" |
| 31 | + "illuminate/auth": "^10.0|^11.0|^12.0", |
| 32 | + "symfony/var-dumper": "^6.0|^7.0", |
| 33 | + "vlucas/phpdotenv": "^5.0", |
| 34 | + "mockery/mockery": "^1.6", |
| 35 | + "phpunit/phpunit": "^10.0" |
36 | 36 | }, |
37 | 37 | "autoload": { |
38 | 38 | "psr-4": { |
|
0 commit comments