Skip to content

Commit 43c95f7

Browse files
committed
Amend package name.
1 parent b130aa7 commit 43c95f7

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Contributions are **welcome** and will be fully **credited**.
44

5-
We accept contributions via Pull Requests on [Github](https://github.com/LeeOvery/WordpressToLaravel).
5+
We accept contributions via Pull Requests on [Github](https://github.com/leeovery/wordpress-to-laravel).
66

77

88
## Pull Requests

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ On to installation...
1616
Via Composer:
1717

1818
``` bash
19-
$ composer require LeeOvery/WordpressToLaravel
19+
$ composer require leeovery/wordpress-to-laravel
2020
```
2121

2222
After adding the package, add the ServiceProvider to the providers array in config/app.php:
@@ -171,17 +171,17 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details
171171

172172
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
173173

174-
[ico-version]: https://img.shields.io/packagist/v/LeeOvery/WordpressToLaravel.svg?style=flat-square
174+
[ico-version]: https://img.shields.io/packagist/v/leeovery/wordpress-to-laravel.svg?style=flat-square
175175
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
176-
[ico-travis]: https://img.shields.io/travis/LeeOvery/WordpressToLaravel/master.svg?style=flat-square
177-
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/LeeOvery/WordpressToLaravel.svg?style=flat-square
178-
[ico-code-quality]: https://img.shields.io/scrutinizer/g/LeeOvery/WordpressToLaravel.svg?style=flat-square
179-
[ico-downloads]: https://img.shields.io/packagist/dt/LeeOvery/WordpressToLaravel.svg?style=flat-square
180-
181-
[link-packagist]: https://packagist.org/packages/LeeOvery/WordpressToLaravel
182-
[link-travis]: https://travis-ci.org/LeeOvery/WordpressToLaravel
183-
[link-scrutinizer]: https://scrutinizer-ci.com/g/LeeOvery/WordpressToLaravel/code-structure
184-
[link-code-quality]: https://scrutinizer-ci.com/g/LeeOvery/WordpressToLaravel
185-
[link-downloads]: https://packagist.org/packages/LeeOvery/WordpressToLaravel
176+
[ico-travis]: https://img.shields.io/travis/leeovery/wordpress-to-laravel/master.svg?style=flat-square
177+
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/leeovery/wordpress-to-laravel.svg?style=flat-square
178+
[ico-code-quality]: https://img.shields.io/scrutinizer/g/leeovery/wordpress-to-laravel.svg?style=flat-square
179+
[ico-downloads]: https://img.shields.io/packagist/dt/leeovery/wordpress-to-laravel.svg?style=flat-square
180+
181+
[link-packagist]: https://packagist.org/packages/leeovery/wordpress-to-laravel
182+
[link-travis]: https://travis-ci.org/leeovery/wordpress-to-laravel
183+
[link-scrutinizer]: https://scrutinizer-ci.com/g/leeovery/wordpress-to-laravel/code-structure
184+
[link-code-quality]: https://scrutinizer-ci.com/g/leeovery/wordpress-to-laravel
185+
[link-downloads]: https://packagist.org/packages/leeovery/wordpress-to-laravel
186186
[link-author]: https://github.com/leeovery
187187
[link-contributors]: ../../contributors

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"LeeOvery",
77
"WordpressToLaravel"
88
],
9-
"homepage": "https://github.com/leeovery/WordpressToLaravel",
9+
"homepage": "https://github.com/leeovery/wordpress-to-laravel",
1010
"license": "MIT",
1111
"authors": [
1212
{

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)