Skip to content

Commit 10e68b9

Browse files
authored
Merge pull request #2 from buchin/main
Laravel 12
2 parents bc98cde + 207c645 commit 10e68b9

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
@@ -22,9 +22,9 @@
2222
"homepage": "https://github.com/nabilhassen/laravel-usage-limiter",
2323
"require": {
2424
"php": "^8.0",
25-
"illuminate/database": "^8.0|^9.0|^10.0|^11.0",
26-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
27-
"illuminate/console": "^8.0|^9.0|^10.0|^11.0",
25+
"illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0",
26+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
27+
"illuminate/console": "^8.0|^9.0|^10.0|^11.0|^12.0",
2828
"nesbot/carbon": "^2.67|^3.0"
2929
},
3030
"require-dev": {

0 commit comments

Comments
 (0)