Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1e15f21

Browse filesBrowse files
committed
merged branch vierbergenlars/patch-1 (PR #4311)
Commits ------- fa705db Fix trailing comma in composer (closes #4310) Discussion ---------- Fix trailing comma in composer (bug #4310) This pull request fixes bug #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
Copy full SHA for 1e15f21

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Validator/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/composer.json
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.