Skip to content

Commit

Permalink
Bump support to Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccreary committed Nov 6, 2019
1 parent 4ec142d commit a56ef50
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 89 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"license": "MIT",
"require": {
"symfony/yaml": "^4.3",
"illuminate/console": "^5.8",
"illuminate/filesystem": "^5.8",
"illuminate/support": "^5.8"
"illuminate/console": "^6.0",
"illuminate/filesystem": "^6.0",
"illuminate/support": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"phpunit/phpunit": "^8.0",
"mockery/mockery": "^1.2"
},
"autoload": {
Expand Down
Loading

0 comments on commit a56ef50

Please sign in to comment.