Skip to content

Commit 1085f61

Browse files
committed
Specify minimum version of Laravel 11 (again)
Due to another PR preventing deprecation warnings: laravel/framework#50922
1 parent c5680d2 commit 1085f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"composer/semver": "^3.4",
1515
"guzzlehttp/guzzle": "^6.3 || ^7.0",
1616
"james-heinrich/getid3": "^1.9.21",
17-
"laravel/framework": "^10.40 || ^11.3",
17+
"laravel/framework": "^10.40 || ^11.32",
1818
"laravel/prompts": "^0.1.16",
1919
"league/commonmark": "^2.2",
2020
"league/csv": "^9.0",

0 commit comments

Comments
 (0)