Skip to content

Commit 7c5eb11

Browse files
authored
Merge pull request #131 from ElRochito/support-laravel-7
add support laravel 7
2 parents 490c6cf + aea6916 commit 7c5eb11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.5.0",
14-
"illuminate/support": "^5.0|^6.0"
13+
"php": ">=5.5.0|>=7.2.5",
14+
"illuminate/support": "^5.0|^6.0|^7.0"
1515
},
1616
"require-dev": {
1717
"phpspec/phpspec": "~2.0"

0 commit comments

Comments
 (0)