Skip to content

Commit ec65579

Browse files
authored
Merge pull request #24 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents dfd2c7d + 9854e99 commit ec65579

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@
1010
}
1111
],
1212
"homepage": "https://github.com/owen-oj/laravel-getid3",
13-
"keywords": ["Laravel", "laravel-getid3","getID3"],
13+
"keywords": [
14+
"Laravel",
15+
"laravel-getid3",
16+
"getID3"
17+
],
1418
"require": {
15-
"illuminate/support": "^8.0|^9.0|^10.0",
19+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
1620
"james-heinrich/getid3": "^1.9"
1721
},
1822
"require-dev": {

0 commit comments

Comments
 (0)