updated required versions when depending on the Process component

This commit is contained in:
Fabien Potencier 2013-02-08 14:19:00 +01:00
parent b95184b834
commit 155cccbe8e
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
"symfony/dom-crawler": "~2.0"
},
"require-dev": {
"symfony/process": "2.2.*",
"symfony/process": "~2.0",
"symfony/css-selector": "~2.0"
},
"suggest": {

View File

@ -28,7 +28,7 @@
"symfony/console": "2.2.*",
"symfony/dependency-injection": "2.2.*",
"symfony/finder": "~2.0",
"symfony/process": "2.2.*",
"symfony/process": "~2.0",
"symfony/routing": "2.2.*",
"symfony/stopwatch": "2.2.*"
},