Skip to content

Commit

Permalink
Merge pull request #23 from Owen-oj/support-laravel-10
Browse files Browse the repository at this point in the history
Support laravel 10
  • Loading branch information
Owen-oj authored Feb 15, 2023
2 parents 63e42fb + 50f7daa commit dfd2c7d
Show file tree
Hide file tree
Showing 3 changed files with 1,176 additions and 6,218 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
"homepage": "https://github.com/owen-oj/laravel-getid3",
"keywords": ["Laravel", "laravel-getid3","getID3"],
"require": {
"illuminate/support": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"james-heinrich/getid3": "^1.9"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^7.0"
"phpunit/phpunit": "^10.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit dfd2c7d

Please sign in to comment.