Skip to content

Commit dff30ec

Browse files
committed
Fixing composer syntax error
1 parent d204ccd commit dff30ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "uecode/api-key-bundle",
33
"description": "Creates an avenue for using ApiKey authentication for Symfony2. Requires FOSUserBundle.",
44
"require": {
5-
"php": ">=5.3.0"
5+
"php": ">=5.3.0",
66
"symfony/symfony": ">=2.3.0",
77
"friendsofsymfony/user-bundle": "~2.0@dev"
88
},

0 commit comments

Comments
 (0)