composer.json: remove a "," that caused parse errors.
This commit is contained in:
parent
4faa26c25e
commit
acb547f13c
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
||||||
"robmorgan/phinx": "^0.6.2",
|
"robmorgan/phinx": "^0.6.2",
|
||||||
"opauth/google": "^0.2.2",
|
"opauth/google": "^0.2.2",
|
||||||
"opauth/twitter": "^0.3.1",
|
"opauth/twitter": "^0.3.1",
|
||||||
"opauth/github": "^0.1.0",
|
"opauth/github": "^0.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue