Skip to content

Commit

Permalink
Merge pull request #73 from joecampo/5.8
Browse files Browse the repository at this point in the history
Adjust dependencies for Laravel 5.8
  • Loading branch information
mlantz authored Mar 4, 2019
2 parents bb5c61f + f0cbdf2 commit f37309c
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.1.3",
"illuminate/support": "5.7.*",
"illuminate/filesystem": "5.7.*",
"illuminate/support": "5.8.*",
"illuminate/filesystem": "5.8.*",
"phpseclib/phpseclib": "^2.0"
},
"require-dev": {
"illuminate/console": "5.7.*",
"illuminate/console": "5.8.*",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~5.5"
},
Expand Down

0 comments on commit f37309c

Please sign in to comment.