Skip to content

Commit

Permalink
[composer] Update dependencies (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjuarez20 authored and enzolutions committed Jun 20, 2018
1 parent e4f8ed7 commit 88a06c8
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 147 deletions.
23 changes: 13 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,19 @@
"docs": "https://docs.wp-console.org/"
},
"require": {
"php": "^5.2.4 || ^7.0",
"symfony/console": "^3.2",
"symfony/dependency-injection": "^3.2",
"symfony/config": "^3.2",
"symfony/yaml": "^3.2",
"symfony/event-dispatcher": "^3.2",
"symfony/translation": "^3.2",
"symfony/finder": "^3.2",
"symfony/process": "^3.2",
"dflydev/dot-access-configuration": "dev-master",
"php": "^5.5.9 || ^7.0",
"stecman/symfony-console-completion": "~0.7",
"symfony/console": "~2.8|~3.0",
"symfony/debug": "~2.8|~3.0",
"symfony/dependency-injection": "~2.8|~3.0",
"symfony/config": "~2.8|~3.0",
"symfony/yaml": "~2.8|~3.0",
"symfony/event-dispatcher": "~2.8|~3.0",
"symfony/translation": "~2.8|~3.0",
"symfony/finder": "~2.8|~3.0",
"symfony/process": "~2.8|~3.0",
"symfony/filesystem": "~2.8|~3.0",
"dflydev/dot-access-configuration": "^1.0",
"guzzlehttp/guzzle": "~6.1",
"phpseclib/phpseclib": "^2.0",
"anolilab/wordpress-salt-generator": "^1.2",
Expand Down
Loading

0 comments on commit 88a06c8

Please sign in to comment.