Skip to content

Commit

Permalink
L6 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterRO94 authored Sep 4, 2019
1 parent 26ccd9d commit c01bcfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
],
"require": {
"php": ">=7.0.8",
"illuminate/console": "^5.2,<5.9,^6.0",
"illuminate/console": "^5.2,<5.9|^6.0",
"symfony/process": "^3.3|^4.0",
"illuminate/filesystem": "^5.2,<5.9,^6.0",
"illuminate/support": "^5.2,<5.9,^6.0"
"illuminate/filesystem": "^5.2,<5.9|^6.0",
"illuminate/support": "^5.2,<5.9|^6.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0|~6.0",
Expand Down

0 comments on commit c01bcfb

Please sign in to comment.