Skip to content

Commit d5b152f

Browse files
committed
Fix package name to convention
1 parent 5324ba8 commit d5b152f

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to Weblog PHP Contracts
1+
# Contributing to PHP Weblog Contracts
22

33
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
44

@@ -13,7 +13,7 @@ Please make sure that you have [set up your user name and email address](http://
1313

1414
Pull requests for bug fixes must be based on the current stable branch.
1515

16-
We are trying to keep backwards compatibility breaks in Weblog PHP Contracts to an absolute minimum. Please take this into account when proposing changes.
16+
We are trying to keep backwards compatibility breaks in PHP Weblog Contracts to an absolute minimum. Please take this into account when proposing changes.
1717

1818
Due to time constraints, we are not always able to respond as quickly as we would like. Please do not take delays personal and feel free to remind us if you feel that we forgot to respond.
1919

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Weblog PHP Contracts
1+
# PHP Weblog Contracts
22

3-
![cog-contracts-weblog](https://user-images.githubusercontent.com/1849174/38336794-bd7bd996-386b-11e8-861d-d837d126bd50.png)
3+
![cog-php-contracts-weblog](https://user-images.githubusercontent.com/1849174/38777266-a428ca5e-40ad-11e8-9965-665bd7405719.png)
44

55
<p align="center">
6-
<a href="https://github.com/cybercog/contracts-weblog/releases"><img src="https://img.shields.io/github/release/cybercog/contracts-weblog.svg?style=flat-square" alt="Releases"></a>
6+
<a href="https://github.com/cybercog/php-contracts-weblog/releases"><img src="https://img.shields.io/github/release/cybercog/php-contracts-weblog.svg?style=flat-square" alt="Releases"></a>
77
<a href="https://styleci.io/repos/128128714"><img src="https://styleci.io/repos/128128714/shield" alt="StyleCI"></a>
8-
<a href="https://packagist.org/packages/cybercog/contracts-weblog"><img src="https://img.shields.io/packagist/dt/cybercog/contracts-weblog.svg?style=flat-square" alt="Downloads Counter"></a>
9-
<a href="https://github.com/cybercog/contracts-weblog/blob/master/LICENSE"><img src="https://img.shields.io/github/license/cybercog/contracts-weblog.svg?style=flat-square" alt="License"></a>
8+
<a href="https://packagist.org/packages/cybercog/php-contracts-weblog"><img src="https://img.shields.io/packagist/dt/cybercog/php-contracts-weblog.svg?style=flat-square" alt="Downloads Counter"></a>
9+
<a href="https://github.com/cybercog/php-contracts-weblog/blob/master/LICENSE"><img src="https://img.shields.io/github/license/cybercog/php-contracts-weblog.svg?style=flat-square" alt="License"></a>
1010
</p>
1111

1212
## Introduction
1313

14-
Weblog PHP Contracts provides set of interfaces for the Framework Interoperable Blog Package development.
14+
PHP Weblog Contracts provides set of interfaces for the Framework Interoperable Blog Package development.
1515

1616
## Contents
1717

@@ -66,15 +66,15 @@ If you discover any security related issues, please email open@cybercog.su inste
6666
| <a href="https://github.com/a-komarev">![@a-komarev](https://avatars.githubusercontent.com/u/1849174?s=110)<br />Anton Komarev</a> |
6767
| :---: |
6868

69-
[Weblog PHP Contracts contributors list](../../contributors)
69+
[PHP Weblog Contracts contributors list](../../contributors)
7070

7171
## Alternatives
7272

7373
*Feel free to add more alternatives as Pull Request.*
7474

7575
## License
7676

77-
- `Weblog PHP Contracts` package is open-sourced software licensed under the [MIT license](LICENSE) by [Anton Komarev](https://github.com/a-komarev).
77+
- `PHP Weblog Contracts` package is open-sourced software licensed under the [MIT license](LICENSE) by [Anton Komarev](https://github.com/a-komarev).
7878
- `Internet Marketing` image licensed under [Creative Commons 3.0](https://creativecommons.org/licenses/by/3.0/us/) by Gan Khoon Lay.
7979

8080
## About CyberCog

src/Author/Entities/Author.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of Weblog PHP Contracts.
4+
* This file is part of PHP Weblog Contracts.
55
*
66
* (c) Anton Komarev <a.komarev@cybercog.su>
77
*

src/Authorable/Entities/Authorable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of Weblog PHP Contracts.
4+
* This file is part of PHP Weblog Contracts.
55
*
66
* (c) Anton Komarev <a.komarev@cybercog.su>
77
*

src/Blog/Entities/Blog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of Weblog PHP Contracts.
4+
* This file is part of PHP Weblog Contracts.
55
*
66
* (c) Anton Komarev <a.komarev@cybercog.su>
77
*

src/Category/Entities/Category.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of Weblog PHP Contracts.
4+
* This file is part of PHP Weblog Contracts.
55
*
66
* (c) Anton Komarev <a.komarev@cybercog.su>
77
*

src/Comment/Entities/Comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of Weblog PHP Contracts.
4+
* This file is part of PHP Weblog Contracts.
55
*
66
* (c) Anton Komarev <a.komarev@cybercog.su>
77
*

src/Post/Entities/Post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of Weblog PHP Contracts.
4+
* This file is part of PHP Weblog Contracts.
55
*
66
* (c) Anton Komarev <a.komarev@cybercog.su>
77
*

0 commit comments

Comments
 (0)