Archived
1
0
Fork 0

composer.json: remove a "," that caused parse errors.

This commit is contained in:
Henrik Hautakoski 2018-02-24 16:11:06 +01:00
parent 4faa26c25e
commit acb547f13c

View file

@ -3,6 +3,6 @@
"robmorgan/phinx": "^0.6.2",
"opauth/google": "^0.2.2",
"opauth/twitter": "^0.3.1",
"opauth/github": "^0.1.0",
"opauth/github": "^0.1.0"
}
}