Skip to content

Commit

Permalink
Fixed some syntax errors in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
CHH committed May 28, 2012
1 parent 12d8fd9 commit 5093e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -23,11 +23,11 @@
"chh/shellwords": "*@dev", "chh/shellwords": "*@dev",
"symfony/yaml": "2.*@stable", "symfony/yaml": "2.*@stable",
"ulrichsg/getopt-php": "*@dev", "ulrichsg/getopt-php": "*@dev",
"imagine/imagine": "*@dev", "imagine/imagine": "*@dev"
}, },
"suggest": { "suggest": {
"react/http": "Needed for the standalone asset server (pipe-server).", "react/http": "Needed for the standalone asset server (pipe-server).",
"symfony/http-foundation": "Needed for dynamic asset serving (via mod_php/FastCGI).", "symfony/http-foundation": "Needed for dynamic asset serving (via mod_php/FastCGI)."
}, },
"autoload": { "autoload": {
"psr-0": { "psr-0": {
Expand Down

0 comments on commit 5093e7d

Please sign in to comment.