Skip to content

Commit 96e7d6d

Browse files
~ Drop 10.x, add 12.x
1 parent 36cbeaf commit 96e7d6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.1",
20-
"illuminate/contracts": "^10.0|^11.0",
21-
"illuminate/database": "^10.0|^11.0",
22-
"illuminate/support": "^10.0|^11.0"
19+
"php": ">=8.2",
20+
"illuminate/contracts": "^11.0|^12.0",
21+
"illuminate/database": "^11.0|^12.0",
22+
"illuminate/support": "^11.0|^12.0"
2323
},
2424
"require-dev": {
25-
"illuminate/container": "^10.0|^11.0",
25+
"illuminate/container": "^11.0|^12.0",
2626
"larastan/larastan": "^2.9",
2727
"laravel/pint": "^1.5",
2828
"mockery/mockery": "^1.6.6",

0 commit comments

Comments
 (0)