Update composer.json

This commit is contained in:
Javier Hernández Gil
2014-06-07 11:57:08 +02:00
parent 44189876df
commit 7f1e3a3b3c
4 changed files with 7 additions and 7 deletions

View File

@@ -13,12 +13,12 @@ Add this bundle to your `composer.json` file:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/javihernandezgil/nexmo-bundle.git"
"url": "https://github.com/javihgil/nexmo-bundle.git"
}
],
"require": {
"javihernandezgil/nexmo-bundle": "dev-master"
"javihgil/nexmo-bundle": "dev-master"
}
}