Skip to content

Commit 1e15f21

Browse files
committed
merged branch vierbergenlars/patch-1 (PR symfony#4311)
Commits ------- fa705db Fix trailing comma in composer (closes symfony#4310) Discussion ---------- Fix trailing comma in composer (bug symfony#4310) This pull request fixes bug symfony#4310 --------------------------------------------------------------------------- by travisbot at 2012-05-17T19:10:37Z This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1359128) (merged fa705db into e351c9f).
2 parents 813f6b3 + fa705db commit 1e15f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.3",
19+
"php": ">=5.3.3"
2020
},
2121
"require-dev": {
2222
"symfony/http-foundation": "2.1.*",

0 commit comments

Comments
 (0)