Skip to content

Commit

Permalink
use new Symfony components
Browse files Browse the repository at this point in the history
  • Loading branch information
azeemhassni committed Nov 24, 2018
1 parent 516ce18 commit b511a74
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 @@ -22,11 +22,11 @@
},
"require": {
"ext-zip": "*",
"symfony/console": "^3.2",
"guzzlehttp/guzzle": "^6.2",
"symfony/process": "^3.2",
"symfony/filesystem": "^3.2",
"symfony/yaml": "^3.2",
"symfony/console": ">=3.2",
"guzzlehttp/guzzle": ">=6.2",
"symfony/process": "=>3.2",
"symfony/filesystem": "=>3.2",
"symfony/yaml": "=>3.2",
"wp-cli/wp-cli": "^1.2"
},
"bin": [
Expand Down

0 comments on commit b511a74

Please sign in to comment.