Skip to content

Commit 0e34c14

Browse files
author
Kapitanov Andrey
committed
ENSITECH-20
1 parent 1790bf8 commit 0e34c14

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"illuminate/support": "^8.37 || ^9.0 || ^10.0"
2525
},
2626
"require-dev": {
27-
"brianium/paratest": "^6.2",
27+
"brianium/paratest": "^6.2 || ^7.0",
2828
"friendsofphp/php-cs-fixer": "^3.2",
2929
"kwn/php-rdkafka-stubs": "^2.2",
30-
"nunomaduro/collision": "^5.3",
31-
"orchestra/testbench": "^6.15",
32-
"pestphp/pest": "^1.18",
33-
"pestphp/pest-plugin-laravel": "^1.1",
30+
"nunomaduro/collision": "^5.3 || ^6.0 || ^7.0",
31+
"orchestra/testbench": "^6.15 || ^7.0 || ^8.0",
32+
"pestphp/pest": "^1.18 || ^2.0",
33+
"pestphp/pest-plugin-laravel": "^1.1 || ^2.0",
3434
"php-parallel-lint/php-var-dump-check": "^0.5.0",
35-
"phpunit/phpunit": "^9.3",
35+
"phpunit/phpunit": "^9.3 || ^10.0",
3636
"spatie/laravel-ray": "^1.9"
3737
},
3838
"autoload": {

0 commit comments

Comments
 (0)