Skip to content

Commit b511a74

Browse files
authored
use new Symfony components
1 parent 516ce18 commit b511a74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
},
2323
"require": {
2424
"ext-zip": "*",
25-
"symfony/console": "^3.2",
26-
"guzzlehttp/guzzle": "^6.2",
27-
"symfony/process": "^3.2",
28-
"symfony/filesystem": "^3.2",
29-
"symfony/yaml": "^3.2",
25+
"symfony/console": ">=3.2",
26+
"guzzlehttp/guzzle": ">=6.2",
27+
"symfony/process": "=>3.2",
28+
"symfony/filesystem": "=>3.2",
29+
"symfony/yaml": "=>3.2",
3030
"wp-cli/wp-cli": "^1.2"
3131
},
3232
"bin": [

0 commit comments

Comments
 (0)