Skip to content

Commit 276f66f

Browse files
authored
Laravel 12 support
1 parent 5115076 commit 276f66f

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
@@ -16,8 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
20-
"illuminate/contracts": "^9.0|^10.0|^11.0",
19+
"php": "^8.1|^8.3",
20+
"illuminate/contracts": "^9.0|^10.0|^11.0|^12.0",
2121
"spatie/laravel-package-tools": "^1.14.1",
2222
"spatie/laravel-permission": "^5.9|^6.0",
2323
"symfony/filesystem": "^6.2.7"

0 commit comments

Comments
 (0)