Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b4df92f

Browse files
authoredMar 5, 2020
Merge pull request #134 from Mo7sin/master
Add laravel 7 support
2 parents 4e18ccd + ce973b2 commit b4df92f

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
"require": {
1212
"php": ">=5.4.0",
13-
"illuminate/support": ">=4.1 <7.0",
14-
"illuminate/cache": ">=4.1 <7.0",
13+
"illuminate/support": ">=4.1 <8.0",
14+
"illuminate/cache": ">=4.1 <8.0",
1515
"laravel/helpers": ">=1.0.0"
1616
},
1717
"suggest": {

0 commit comments

Comments
 (0)
Please sign in to comment.