Skip to content

Commit dd4d81d

Browse files
committed
Composer for Laravel 10 & 11 only
1 parent 24dcd06 commit dd4d81d

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
@@ -19,10 +19,10 @@
1919
"license": "MIT",
2020
"require": {
2121
"php": "^8.1",
22-
"illuminate/support": "^9.0|^10.0|^11.0",
23-
"illuminate/container": "^9.0|^10.0|^11.0",
24-
"illuminate/database": "^9.0|^10.0|^11.0",
25-
"illuminate/events": "^9.0|^10.0|^11.0",
22+
"illuminate/support": "^10.0|^11.0",
23+
"illuminate/container": "^10.0|^11.0",
24+
"illuminate/database": "^10.0|^11.0",
25+
"illuminate/events": "^10.0|^11.0",
2626
"opensearch-project/opensearch-php": "^2.2"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)