Skip to content

Commit

Permalink
Use ~ operator, and more explicit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CHH committed Jan 9, 2013
1 parent feab03e commit b5d6833
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Expand Up @@ -20,9 +20,9 @@
"require": {
"php": ">=5.3.2",
"chh/meta-template": "*@dev",
"chh/shellwords": "*@dev",
"chh/fileutils": "*@dev",
"symfony/yaml": "2.*@stable",
"chh/shellwords": "~0.1",
"chh/fileutils": "1.0.*@dev",
"symfony/yaml": "~2.0",
"ulrichsg/getopt-php": "*@dev"
},
"suggest": {
Expand All @@ -31,10 +31,10 @@
"imagine/imagine": "Enable image compressors"
},
"require-dev": {
"react/http": "*@dev",
"symfony/http-foundation": "*@stable",
"imagine/imagine": "*@dev",
"mikey179/vfsStream": "1.1.*@stable",
"react/http": "~0.2",
"symfony/http-foundation": "~2.1",
"imagine/imagine": "~0.4",
"mikey179/vfsStream": "~1.1",
"chh/bob": "*@dev"
},
"autoload": {
Expand Down

0 comments on commit b5d6833

Please sign in to comment.