Skip to content

Commit

Permalink
chore: added support laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvroroy committed Apr 5, 2024
1 parent 028fa9d commit d55f1c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"ext-json": "*",
"elasticsearch/elasticsearch": "^7.11",
"guzzlehttp/psr7": "^1.7|^2.0",
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"mockery/mockery": "^1.4.3",
"orchestra/testbench": "^6.5|^7.0|^8.0",
"phpunit/phpunit": "^9.4"
"orchestra/testbench": "^6.5|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^9.4|^10.5"
},
"suggest": {
"aws/aws-sdk-php": "Required to connect to an Elasticsearch host on AWS (^3.80)"
Expand Down

0 comments on commit d55f1c0

Please sign in to comment.