Skip to content

Commit 77f57a5

Browse files
authored
Merge pull request #15 from ensi-platform/ensitech-20-v7
ENSITECH-20 v7 support laravel 10
2 parents 4b8576f + a9fe859 commit 77f57a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"php": "^8.0",
1919
"elasticsearch/elasticsearch": "^7.13",
2020
"ensi/laravel-elastic-query": "^7.0",
21-
"illuminate/contracts": "^8.37 || ^9.0",
22-
"illuminate/support": "^8.0 || ^9.0",
21+
"illuminate/contracts": "^8.37 || ^9.0 || ^10.0",
22+
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
2323
"spatie/laravel-package-tools": "^1.4.3",
2424
"webmozart/assert": "^1.11"
2525
},
2626
"require-dev": {
2727
"friendsofphp/php-cs-fixer": "^3.2",
2828
"mockery/mockery": "^1.4",
29-
"orchestra/testbench": "^6.15 || ^7.0",
30-
"pestphp/pest": "^1.18",
31-
"pestphp/pest-plugin-laravel": "^1.1",
29+
"orchestra/testbench": "^6.15 || ^7.0 || ^8.0",
30+
"pestphp/pest": "^1.18 || ^2.0",
31+
"pestphp/pest-plugin-laravel": "^1.1 || ^2.0",
3232
"php-parallel-lint/php-var-dump-check": "^0.5.0",
3333
"spatie/laravel-ray": "^1.23"
3434
},

0 commit comments

Comments
 (0)