Skip to content

Commit

Permalink
#86: Update to symfony/console 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Rombauts committed Apr 17, 2018
1 parent 420c0db commit c11bc6f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 132 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
],
"require": {
"php": ">=5.6",
"symfony/console": "~2.7",
"symfony/yaml": ">=3.3"
"symfony/console": "^4.0",
"symfony/yaml": "^4.0"
},
"autoload": {
"psr-0": {"Joomlatools\\": "src/"}
Expand Down
168 changes: 38 additions & 130 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c11bc6f

Please sign in to comment.