Skip to content

Commit fdb90a8

Browse files
committed
chore(deps): update illuminate dependencies versions
- Updated illuminate/contracts version to ^8.0 || ^9.0 || ^10.0 || ^11.0 - Updated illuminate/support version to ^8.0 || ^9.0 || ^10.0 || ^11.0
1 parent 5d489e1 commit fdb90a8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@
6363
"php": ">=7.4",
6464
"ext-json": "*",
6565
"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"
6867
},
6968
"require-dev": {
7069
"brainmaestro/composer-git-hooks": "^2.8",
@@ -74,10 +73,10 @@
7473
"guanguans/monorepo-builder-worker": "^1.4",
7574
"kubawerlos/php-cs-fixer-custom-fixers": "^3.21",
7675
"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",
7877
"pestphp/pest": "^1.23 || ^2.0",
7978
"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",
8180
"phpstan/extension-installer": "^1.3",
8281
"phpstan/phpstan": "^1.10",
8382
"phpstan/phpstan-deprecation-rules": "^1.1",
@@ -167,7 +166,7 @@
167166
"composer-require-checker": "@php ./vendor/bin/composer-require-checker check --config-file=composer-require-checker.json composer.json --ansi -v",
168167
"composer-unused": "@php ./vendor/bin/composer-unused --ansi -v",
169168
"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",
171170
"composer-updater-dry-run": "@composer-updater --dry-run",
172171
"composer-validate": "@composer validate --check-lock --strict --ansi -v",
173172
"facade-lint": "@facade-update --lint",

0 commit comments

Comments
 (0)