Skip to content

Commit

Permalink
Update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joesama committed Jan 5, 2020
1 parent 6949d07 commit 1479e37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
],
"require": {
"php": ">=7.2",
"illuminate/console": "^6.0",
"illuminate/support": "^6.0",
"illuminate/routing": "^6.0",
"illuminate/filesystem": "^6.0",
"symfony/finder": "^5.0",
"illuminate/console": ">=6.0",
"illuminate/support": ">=6.0",
"illuminate/routing": ">=6.0",
"illuminate/filesystem": ">=6.0",
"symfony/finder": ">=4.0",
"nunomaduro/laravel-console-menu": "^2.2"
},
"require-dev": {
Expand Down

0 comments on commit 1479e37

Please sign in to comment.