minor #12783 Fixed the syntax of a composer.json file (GrahamCampbell)

This PR was merged into the 2.3 branch.

Discussion
----------

Fixed the syntax of a composer.json file

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | N/A
| License       | MIT
| Doc PR        | N/A

##### This pull request fixes the syntax of a composer.json file.

There should not be a space before a colon following a double quote. This is not bad syntax, but it just an inconsistency.

Commits
-------

0f8547a Fixed the syntax of a composer.json file
This commit is contained in:
Fabien Potencier 2014-11-30 17:54:43 +01:00
commit b788a08f50

View File

@ -17,8 +17,8 @@
],
"require": {
"php": ">=5.3.3",
"symfony/dependency-injection" : "~2.2",
"symfony/config" : "~2.2",
"symfony/dependency-injection": "~2.2",
"symfony/config": "~2.2",
"symfony/event-dispatcher": "~2.1",
"symfony/http-kernel": "~2.3",
"symfony/filesystem": "~2.3",