Skip to content

Commit

Permalink
Fix L6 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterRO94 authored Nov 29, 2019
1 parent 5509da8 commit 6934198
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "^5.1,<6.1",
"illuminate/filesystem": "^5.1,<6.1",
"illuminate/console": "^5.1,<6.1",
"illuminate/database": "^5.1,<6.1",
"illuminate/support": "^5.1|^6.0",
"illuminate/filesystem": "^5.1|^6.0",
"illuminate/console": "^5.1|^6.0",
"illuminate/database": "^5.1|^6.0",
"nesbot/carbon": "^1.21|^2.1"
},
"require-dev": {
Expand Down

0 comments on commit 6934198

Please sign in to comment.