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

@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2013 javihernandezgil Copyright (c) 2013 Javi H. Gil
Permission is hereby granted, free of charge, to any person obtaining a copy of Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in this software and associated documentation files (the "Software"), to deal in

View File

@ -10,7 +10,7 @@ For documentation, see:
Resources/doc/ Resources/doc/
[Read the documentation](https://github.com/javihernandezgil/nexmo-bundle/blob/master/Resources/doc/index.md) [Read the documentation](https://github.com/javihgil/nexmo-bundle/blob/master/Resources/doc/index.md)
License License
@ -18,4 +18,4 @@ License
This bundle is under the MIT license: This bundle is under the MIT license:
[LICENSE](https://github.com/javihernandezgil/nexmo-bundle/blob/master/LICENSE) [LICENSE](https://github.com/javihgil/nexmo-bundle/blob/master/LICENSE)

View File

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

View File

@ -1,5 +1,5 @@
{ {
"name": "javihernandezgil/nexmo-bundle", "name": "javihgil/nexmo-bundle",
"type": "symfony-bundle", "type": "symfony-bundle",
"description": "This bundle integrates Nexmo libs", "description": "This bundle integrates Nexmo libs",
"keywords": ["symfony", "bundle", "nexmo", "sms"], "keywords": ["symfony", "bundle", "nexmo", "sms"],
@ -8,7 +8,7 @@
"authors": [ "authors": [
{ {
"name": "Javi Hernández Gil", "name": "Javi Hernández Gil",
"homepage": "https://github.com/javihernandezgil/nexmo-bundle" "homepage": "https://github.com/javihgil/nexmo-bundle"
} }
], ],