Update composer.json
This commit is contained in:
parent
44189876df
commit
7f1e3a3b3c
2
LICENSE
2
LICENSE
|
@ -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
|
||||||
|
|
|
@ -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)
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user