Skip to content

Commit

Permalink
#2: Update composer.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Rombauts committed Mar 31, 2019
1 parent 1d256a9 commit 0a5b640
Show file tree
Hide file tree
Showing 2 changed files with 613 additions and 2,408 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
}
],
"require": {
"symfony/console": "~2.7",
"wp-cli/wp-cli" : "~1.3"
"symfony/console": "^4.0",
"wp-cli/core-command": "^2.0",
"wp-cli/extension-command": "^2.0",
"wp-cli/entity-command": "^2.0",
"wp-cli/config-command": "^2.0"
},
"autoload": {
"psr-0": {"Folioshell\\": "src/"}
Expand Down
Loading

0 comments on commit 0a5b640

Please sign in to comment.