Skip to content

Commit fa705db

Browse files
Fix trailing comma in composer (closes symfony#4310)
1 parent e351c9f commit fa705db

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)