From 7f1e3a3b3c8d1ee09391510b65e55152b99c3486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Hern=C3=A1ndez=20Gil?= Date: Sat, 7 Jun 2014 11:57:08 +0200 Subject: [PATCH] Update composer.json --- LICENSE | 2 +- README.md | 4 ++-- Resources/doc/index.md | 4 ++-- composer.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 1eab722..6c92b26 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ 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 this software and associated documentation files (the "Software"), to deal in diff --git a/README.md b/README.md index 689770a..ab515d3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ For documentation, see: 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 @@ -18,4 +18,4 @@ License This bundle is under the MIT license: -[LICENSE](https://github.com/javihernandezgil/nexmo-bundle/blob/master/LICENSE) \ No newline at end of file +[LICENSE](https://github.com/javihgil/nexmo-bundle/blob/master/LICENSE) \ No newline at end of file diff --git a/Resources/doc/index.md b/Resources/doc/index.md index 5eff483..4316bbe 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -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" } } diff --git a/composer.json b/composer.json index 82c3de0..9ef6410 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "javihernandezgil/nexmo-bundle", + "name": "javihgil/nexmo-bundle", "type": "symfony-bundle", "description": "This bundle integrates Nexmo libs", "keywords": ["symfony", "bundle", "nexmo", "sms"], @@ -8,7 +8,7 @@ "authors": [ { "name": "Javi Hernández Gil", - "homepage": "https://github.com/javihernandezgil/nexmo-bundle" + "homepage": "https://github.com/javihgil/nexmo-bundle" } ],