Skip to content

Commit a9e9f64

Browse files
committed
added Laravel 7 support
1 parent bd04659 commit a9e9f64

File tree

6 files changed

+1449
-1281
lines changed

6 files changed

+1449
-1281
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
{
77
"name": "Owen Jubilant",
88
"email": "[email protected]",
9-
"homepage": "https://owenjubilant.me"
9+
"homepage": "https://github.com/Owen-oj"
1010
}
1111
],
1212
"homepage": "https://github.com/owen-oj/laravel-getid3",
1313
"keywords": ["Laravel", "laravel-getid3"],
1414
"require": {
15-
"illuminate/support": "^5.0|^6.0",
15+
"illuminate/support": "^5.0|^6.0|^7.0",
1616
"james-heinrich/getid3": "^1.9"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)