|
47 | 47 | "ext-json": "*",
|
48 | 48 | "ext-pdo": "*",
|
49 | 49 | "guanguans/soar-php": "^4.1",
|
50 |
| - "illuminate/contracts": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", |
51 |
| - "illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", |
| 50 | + "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0", |
52 | 51 | "maximebf/debugbar": "^1.21"
|
53 | 52 | },
|
54 | 53 | "require-dev": {
|
|
63 | 62 | "kubawerlos/php-cs-fixer-custom-fixers": "^3.21",
|
64 | 63 | "laravel/legacy-factories": "^1.4",
|
65 | 64 | "mockery/mockery": "^1.6",
|
66 |
| - "orchestra/testbench": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0", |
| 65 | + "orchestra/testbench": "^6.43 || ^7.0 || ^8.0 || ^9.0", |
67 | 66 | "pestphp/pest": "^1.23 || ^2.0",
|
68 | 67 | "pestphp/pest-plugin-faker": "^1.0 || ^2.0",
|
69 | 68 | "pestphp/pest-plugin-laravel": "^1.2 || ^2.0",
|
|
167 | 166 | "composer-normalize": "@composer normalize --dry-run --diff --ansi -v",
|
168 | 167 | "composer-parallel": "@composer parallel --ansi -v",
|
169 | 168 | "composer-unused": "@php ./vendor/bin/composer-unused --ansi -v",
|
170 |
| - "composer-updater": "@php ./composer-updater --highest-php-binary=/opt/homebrew/opt/php@8.3/bin/php --except-packages=orchestra/testbench --except-packages=pestphp/pest-plugin-laravel --ansi", |
| 169 | + "composer-updater": "@php ./composer-updater --highest-php-binary=/opt/homebrew/opt/php@8.3/bin/php --except-packages=pestphp/pest-plugin-laravel --ansi", |
171 | 170 | "composer-updater-dry-run": "@composer-updater --dry-run",
|
172 | 171 | "composer-validate": "@composer validate --check-lock --strict --ansi -v",
|
173 | 172 | "facade-lint": "@facade-update --lint",
|
|
0 commit comments