|
63 | 63 | "php": ">=7.4", |
64 | 64 | "ext-json": "*", |
65 | 65 | "guanguans/notify": "^1.28", |
66 | | - "illuminate/contracts": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", |
67 | | - "illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0" |
| 66 | + "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0" |
68 | 67 | }, |
69 | 68 | "require-dev": { |
70 | 69 | "brainmaestro/composer-git-hooks": "^2.8", |
|
74 | 73 | "guanguans/monorepo-builder-worker": "^1.4", |
75 | 74 | "kubawerlos/php-cs-fixer-custom-fixers": "^3.21", |
76 | 75 | "mockery/mockery": "^1.6", |
77 | | - "orchestra/testbench": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0", |
| 76 | + "orchestra/testbench": "^6.43 || ^7.0 || ^8.0 || ^9.0", |
78 | 77 | "pestphp/pest": "^1.23 || ^2.0", |
79 | 78 | "pestphp/pest-plugin-faker": "^1.0 || ^2.0", |
80 | | - "pestphp/pest-plugin-laravel": "^1.2 || ^2.0", |
| 79 | + "pestphp/pest-plugin-laravel": "^1.4 || ^2.0", |
81 | 80 | "phpstan/extension-installer": "^1.3", |
82 | 81 | "phpstan/phpstan": "^1.10", |
83 | 82 | "phpstan/phpstan-deprecation-rules": "^1.1", |
|
167 | 166 | "composer-require-checker": "@php ./vendor/bin/composer-require-checker check --config-file=composer-require-checker.json composer.json --ansi -v", |
168 | 167 | "composer-unused": "@php ./vendor/bin/composer-unused --ansi -v", |
169 | 168 | "composer-unused-checker": "@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=guanguans/notify --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=guanguans/notify --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