Skip to content

Commit 57b3e15

Browse files
authored
Merge pull request #26 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents 4c66100 + 9dc57a6 commit 57b3e15

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
@@ -16,7 +16,7 @@
1616
"getID3"
1717
],
1818
"require": {
19-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
19+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
2020
"james-heinrich/getid3": "^1.9"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)