Skip to content

Commit

Permalink
Merge pull request #68 from AviationCode/upgrade-l9-10
Browse files Browse the repository at this point in the history
Add L9/L10 support + drop L7 support
  • Loading branch information
Douglasdc3 authored Oct 10, 2023
2 parents c3b4eca + 464822f commit 0b2a2a3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"keywords": ["Laravel", "Elasticsearch"],
"require": {
"ext-json": "*",
"illuminate/support": "~7|~8",
"illuminate/support": "~8|^9.0|^10.0",
"elasticsearch/elasticsearch": "~6.0|~7.0"
},
"require-dev": {
"phpunit/phpunit": "~8.0",
"mockery/mockery": "^1.1",
"orchestra/testbench": "^3.8|~4.0|~5.0",
"orchestra/testbench": "~5.0|^6.0|^7.0",
"sempro/phpunit-pretty-print": "^1.0",
"nunomaduro/larastan": "^0.5.0",
"nunomaduro/larastan": "^1.0|^2.0",
"squizlabs/php_codesniffer": "^3.5",
"phpcompatibility/php-compatibility": "^9.3"
},
Expand Down Expand Up @@ -52,5 +52,10 @@
"test": [
"vendor/bin/phpunit"
]
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}

0 comments on commit 0b2a2a3

Please sign in to comment.