Skip to content

Commit fa0412e

Browse files
committed
Laravel 11 prep
1 parent 2c7c599 commit fa0412e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
],
2020
"license": "MIT",
2121
"require": {
22-
"php": "^8.1",
23-
"illuminate/support": "^10.0",
24-
"illuminate/container": "^10.0",
25-
"illuminate/database": "^10.0",
26-
"illuminate/events": "^10.0",
27-
"elasticsearch/elasticsearch": "8.10"
22+
"php": "^8.2",
23+
"illuminate/support": "^11.0",
24+
"illuminate/container": "^11.0",
25+
"illuminate/database": "^11.0",
26+
"illuminate/events": "^11.0",
27+
"elasticsearch/elasticsearch": "^8.12"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^10.3",

0 commit comments

Comments
 (0)