Skip to content

Commit f7836fd

Browse files
authored
Merge pull request #10 from ensi-platform/ensitech-20
ENSITECH-20 support laravel 10
2 parents 16c30df + 0e34c14 commit f7836fd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
"php": "^8.0",
2020
"ext-rdkafka": "*",
2121
"ensi/laravel-phprdkafka": "^0.3",
22-
"illuminate/contracts": "^8.37 || ^9.0",
23-
"illuminate/pipeline": "^8.37 || ^9.0",
24-
"illuminate/support": "^8.37 || ^9.0"
22+
"illuminate/contracts": "^8.37 || ^9.0 || ^10.0",
23+
"illuminate/pipeline": "^8.37 || ^9.0 || ^10.0",
24+
"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)