Skip to content

Commit 93ac87b

Browse files
authored
Merge pull request #14 from Owen-oj/support-laravel-9
updated to support laravel 9
2 parents ff98493 + 49d58bd commit 93ac87b

File tree

3 files changed

+3421
-1481
lines changed

3 files changed

+3421
-1481
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"homepage": "https://github.com/owen-oj/laravel-getid3",
1313
"keywords": ["Laravel", "laravel-getid3","getID3"],
1414
"require": {
15-
"illuminate/support": "^5.0|^6.0|^7.0|^8.0",
15+
"illuminate/support": "^8.0|^9.0",
1616
"james-heinrich/getid3": "^1.9"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^8.0",
20-
"orchestra/testbench": "^4.0"
19+
"phpunit/phpunit": "^9.0",
20+
"orchestra/testbench": "^7.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)