Skip to content

Commit

Permalink
Merge pull request #15 from ensi-platform/ensitech-20-v7
Browse files Browse the repository at this point in the history
ENSITECH-20 v7 support laravel 10
  • Loading branch information
MsNatali authored Sep 14, 2023
2 parents 4b8576f + a9fe859 commit 77f57a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"php": "^8.0",
"elasticsearch/elasticsearch": "^7.13",
"ensi/laravel-elastic-query": "^7.0",
"illuminate/contracts": "^8.37 || ^9.0",
"illuminate/support": "^8.0 || ^9.0",
"illuminate/contracts": "^8.37 || ^9.0 || ^10.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
"spatie/laravel-package-tools": "^1.4.3",
"webmozart/assert": "^1.11"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2",
"mockery/mockery": "^1.4",
"orchestra/testbench": "^6.15 || ^7.0",
"pestphp/pest": "^1.18",
"pestphp/pest-plugin-laravel": "^1.1",
"orchestra/testbench": "^6.15 || ^7.0 || ^8.0",
"pestphp/pest": "^1.18 || ^2.0",
"pestphp/pest-plugin-laravel": "^1.1 || ^2.0",
"php-parallel-lint/php-var-dump-check": "^0.5.0",
"spatie/laravel-ray": "^1.23"
},
Expand Down

0 comments on commit 77f57a5

Please sign in to comment.