Skip to content

Commit 6964bfc

Browse files
Copilotchinleung
andcommitted
Drop Laravel v12 support, keep only Laravel v13
Co-authored-by: chinleung <19669331+chinleung@users.noreply.github.com>
1 parent d100bdf commit 6964bfc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"require": {
2222
"php": "^8.3",
2323
"chinleung/laravel-locales": "^2.0",
24-
"illuminate/support": "^12.0|^13.0"
24+
"illuminate/support": "^13.0"
2525
},
2626
"require-dev": {
27-
"orchestra/testbench": "^8.0|^9.0|^10.0|^11.0",
28-
"phpunit/phpunit": "^9.5.10|^10.5|^11.5.3|^12.5.12"
27+
"orchestra/testbench": "^11.0",
28+
"phpunit/phpunit": "^12.5.12"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)