Skip to content

Commit 8d0ea47

Browse files
committed
chore: support laravel 12
1 parent eba1522 commit 8d0ea47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"ext-json": "*",
2121
"elasticsearch/elasticsearch": "^7.11",
2222
"guzzlehttp/psr7": "^1.7|^2.0",
23-
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0",
24-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
23+
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
24+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2525
"psr/http-message": "^1.0|^2.0"
2626
},
2727
"require-dev": {
2828
"mockery/mockery": "^1.4.3",
29-
"orchestra/testbench": "^6.45|^7.44|^8.25|^9.3",
30-
"phpunit/phpunit": "^9.4"
29+
"orchestra/testbench": "^6.45|^7.44|^8.25|^9.3|^10.0",
30+
"phpunit/phpunit": "^9.4|^10.4|^11.5"
3131
},
3232
"suggest": {
3333
"aws/aws-sdk-php": "Required to connect to an Elasticsearch host on AWS (^3.80)"

0 commit comments

Comments
 (0)