Skip to content

Commit fcb16f0

Browse files
author
nejc
committed
Update to Laravel 12+ only
- Remove support for Laravel 10 and 11 - Only support Laravel 12 and above - Simplify version constraints for better maintenance
1 parent 8d784c8 commit fcb16f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"type": "library",
77
"require": {
88
"php": "^8.4",
9-
"illuminate/console": "^10.0|^11.0",
10-
"illuminate/support": "^10.0|^11.0",
9+
"illuminate/console": "^12.0",
10+
"illuminate/support": "^12.0",
1111
"symfony/process": "^6.0|^7.0"
1212
},
1313
"require-dev": {

0 commit comments

Comments
 (0)