|
20 | 20 | } |
21 | 21 | ], |
22 | 22 | "require": { |
23 | | - "php": "^7.3 || ^8.0", |
| 23 | + "php": "^8.0", |
24 | 24 | "ext-json": "*", |
25 | 25 | "barryvdh/reflection-docblock": "^2.0.6", |
26 | 26 | "composer/class-map-generator": "^1.0", |
27 | 27 | "doctrine/dbal": "^2.6 || ^3", |
28 | | - "illuminate/console": "^8 || ^9 || ^10", |
29 | | - "illuminate/filesystem": "^8 || ^9 || ^10", |
30 | | - "illuminate/support": "^8 || ^9 || ^10", |
| 28 | + "illuminate/console": "^9 || ^10", |
| 29 | + "illuminate/filesystem": "^9 || ^10", |
| 30 | + "illuminate/support": "^9 || ^10", |
31 | 31 | "nikic/php-parser": "^4.18 || ^5", |
32 | 32 | "phpdocumentor/type-resolver": "^1.1.0" |
33 | 33 | }, |
34 | 34 | "require-dev": { |
35 | 35 | "ext-pdo_sqlite": "*", |
36 | | - "friendsofphp/php-cs-fixer": "^2", |
37 | | - "illuminate/config": "^8 || ^9 || ^10", |
38 | | - "illuminate/view": "^8 || ^9 || ^10", |
| 36 | + "friendsofphp/php-cs-fixer": "^3", |
| 37 | + "illuminate/config": "^9 || ^10", |
| 38 | + "illuminate/view": "^9 || ^10", |
39 | 39 | "mockery/mockery": "^1.4", |
40 | | - "orchestra/testbench": "^6 || ^7 || ^8", |
| 40 | + "orchestra/testbench": "^7 || ^8", |
41 | 41 | "phpunit/phpunit": "^8.5 || ^9", |
42 | 42 | "spatie/phpunit-snapshot-assertions": "^3 || ^4", |
43 | 43 | "vimeo/psalm": "^5.4" |
|
81 | 81 | ], |
82 | 82 | "fix-style": [ |
83 | 83 | "php-cs-fixer fix", |
84 | | - "php-cs-fixer fix --config=.php_cs.tests.php" |
| 84 | + "php-cs-fixer fix --config=.php-cs-fixer.tests.php" |
85 | 85 | ], |
86 | 86 | "psalm-set-baseline": "psalm --set-baseline=psalm-baseline.xml", |
87 | 87 | "test": "phpunit", |
|
0 commit comments