Skip to content

Commit dfd2c7d

Browse files
authored
Merge pull request #23 from Owen-oj/support-laravel-10
Support laravel 10
2 parents 63e42fb + 50f7daa commit dfd2c7d

File tree

3 files changed

+1176
-6218
lines changed

3 files changed

+1176
-6218
lines changed

composer.json

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

0 commit comments

Comments
 (0)