Skip to content

Commit

Permalink
Add laravel 7 support & Replace framework with illuminate requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzipp committed Mar 3, 2020
1 parent f571af8 commit 43e6a84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
}
],
"require": {
"laravel/framework": "^5.3|^6.0"
"php": "^7.2",
"illuminate/support": "^5.5|^6.0|^7.0",
"illuminate/queue": "^5.5|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 43e6a84

Please sign in to comment.