Skip to content

Commit b5d6833

Browse files
committed
Use ~ operator, and more explicit versions
1 parent feab03e commit b5d6833

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"require": {
2121
"php": ">=5.3.2",
2222
"chh/meta-template": "*@dev",
23-
"chh/shellwords": "*@dev",
24-
"chh/fileutils": "*@dev",
25-
"symfony/yaml": "2.*@stable",
23+
"chh/shellwords": "~0.1",
24+
"chh/fileutils": "1.0.*@dev",
25+
"symfony/yaml": "~2.0",
2626
"ulrichsg/getopt-php": "*@dev"
2727
},
2828
"suggest": {
@@ -31,10 +31,10 @@
3131
"imagine/imagine": "Enable image compressors"
3232
},
3333
"require-dev": {
34-
"react/http": "*@dev",
35-
"symfony/http-foundation": "*@stable",
36-
"imagine/imagine": "*@dev",
37-
"mikey179/vfsStream": "1.1.*@stable",
34+
"react/http": "~0.2",
35+
"symfony/http-foundation": "~2.1",
36+
"imagine/imagine": "~0.4",
37+
"mikey179/vfsStream": "~1.1",
3838
"chh/bob": "*@dev"
3939
},
4040
"autoload": {

0 commit comments

Comments
 (0)