Skip to content

Commit 9976051

Browse files
authored
Add Laravel 12 support
1 parent 24afc9c commit 9976051

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
19+
"php": "^8.2",
2020
"ext-intl": "*",
21-
"illuminate/contracts": "^9.0|^10.0|^11.0",
22-
"illuminate/support": "^9.0|^10.0|^11.0",
21+
"illuminate/contracts": "^9.0|^10.0|^11.0|^12.0",
22+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
2323
"spatie/laravel-package-tools": "^1.14.0",
2424
"stevebauman/location": "^7.0"
2525
},

0 commit comments

Comments
 (0)