Skip to content

Commit

Permalink
Because 7.x compatibility is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Mar 2, 2020
1 parent 67880f2 commit 8402c5b
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 @@ -19,12 +19,12 @@
],
"require": {
"php": ">=7.2",
"illuminate/support": "^6.0",
"illuminate/filesystem": "^6.0",
"illuminate/support": "^6.0|^7.0",
"illuminate/filesystem": "^6.0|^7.0",
"phpseclib/phpseclib": "^2.0"
},
"require-dev": {
"illuminate/console": "^6.0",
"illuminate/console": "^6.0|^7.0",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~5.5"
},
Expand Down

0 comments on commit 8402c5b

Please sign in to comment.