Skip to content

Commit 9a4ad15

Browse files
committed
chore(composer): 📦 允許Laravel 12安裝
1 parent d090d9a commit 9a4ad15

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
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"php": "^7.4|^8.0",
25-
"laravel/framework": "^7.0|^8.0|^9.0|^10.0|^11.0"
25+
"laravel/framework": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
2626
},
2727
"extra": {
2828
"laravel": {
@@ -31,4 +31,4 @@
3131
]
3232
}
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)