8000 Fixed the syntax of a composer.json file · MasterB/symfony@0f8547a · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f8547a

Browse files
Fixed the syntax of a composer.json file
1 parent 6945a2a commit 0f8547a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.3",
20-
"symfony/dependency-injection" : "~2.2",
21-
"symfony/config" : "~2.2",
20+
"symfony/dependency-injection": "~2.2",
21+
"symfony/config": "~2.2",
2222
"symfony/event-dispatcher": "~2.1",
2323
"symfony/http-kernel": "~2.3",
2424
"symfony/filesystem": "~2.3",

0 commit comments

Comments
 (0)
0