Skip to content

Commit c9df495

Browse files
authored
Merge pull request #45 from ensi-platform/ensitech-20-v7
ENSITECH-20 v7 support laravel 10
2 parents fd37626 + 8f7d74b commit c9df495

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"require": {
1717
"php": "^8.0",
1818
"elasticsearch/elasticsearch": "^7.13",
19-
"illuminate/support": "^8.0||^9.0",
19+
"illuminate/support": "^8.0||^9.0||^10.0",
2020
"webmozart/assert": "^1.11"
2121
},
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^3.2",
2424
"mockery/mockery": "^1.4",
25-
"orchestra/testbench": "^6.0||^7.0",
25+
"orchestra/testbench": "^6.0||^7.0||^8.0",
2626
"php-parallel-lint/php-var-dump-check": "^0.5.0",
27-
"phpunit/phpunit": "^9.0"
27+
"phpunit/phpunit": "^9.0||^10.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)