We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feab03e commit b5d6833Copy full SHA for b5d6833
composer.json
@@ -20,9 +20,9 @@
20
"require": {
21
"php": ">=5.3.2",
22
"chh/meta-template": "*@dev",
23
- "chh/shellwords": "*@dev",
24
- "chh/fileutils": "*@dev",
25
- "symfony/yaml": "2.*@stable",
+ "chh/shellwords": "~0.1",
+ "chh/fileutils": "1.0.*@dev",
+ "symfony/yaml": "~2.0",
26
"ulrichsg/getopt-php": "*@dev"
27
},
28
"suggest": {
@@ -31,10 +31,10 @@
31
"imagine/imagine": "Enable image compressors"
32
33
"require-dev": {
34
- "react/http": "*@dev",
35
- "symfony/http-foundation": "*@stable",
36
- "imagine/imagine": "*@dev",
37
- "mikey179/vfsStream": "1.1.*@stable",
+ "react/http": "~0.2",
+ "symfony/http-foundation": "~2.1",
+ "imagine/imagine": "~0.4",
+ "mikey179/vfsStream": "~1.1",
38
"chh/bob": "*@dev"
39
40
"autoload": {
0 commit comments