Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Oct 2, 2019
1 parent 155b78d commit 67880f2
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",
"illuminate/filesystem": "^6.0",
"phpseclib/phpseclib": "^2.0"
},
"require-dev": {
"illuminate/console": "6.0.*",
"illuminate/console": "^6.0",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~5.5"
},
Expand Down

0 comments on commit 67880f2

Please sign in to comment.