Skip to content

Commit

Permalink
Fix package name to convention
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Apr 11, 2018
1 parent 3a43da2 commit 5324ba8
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

All notable changes to `contracts-weblog` will be documented in this file.
All notable changes to `php-contracts-weblog` will be documented in this file.

## 1.0.0 - 2018-04-07

Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to Weblog Contracts
# Contributing to Weblog PHP Contracts

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.

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

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

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

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.

Expand All @@ -27,4 +27,4 @@ $ vendor/bin/php-cs-fixer fix

## Reporting issues

- [General problems](https://github.com/cybercog/contracts-weblog/issues)
- [General problems](https://github.com/cybercog/php-contracts-weblog/issues)
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Weblog Contracts
# Weblog PHP Contracts

![cog-contracts-weblog](https://user-images.githubusercontent.com/1849174/38336794-bd7bd996-386b-11e8-861d-d837d126bd50.png)

Expand All @@ -11,7 +11,7 @@

## Introduction

Weblog Contracts provides set of interfaces for the Framework Interoperable Blog Package development.
Weblog PHP Contracts provides set of interfaces for the Framework Interoperable Blog Package development.

## Contents

Expand Down Expand Up @@ -42,7 +42,7 @@ Weblog Contracts provides set of interfaces for the Framework Interoperable Blog
First, pull in the package through Composer.

```sh
$ composer require cybercog/contracts-weblog
$ composer require cybercog/php-contracts-weblog
```

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

[Weblog Contracts contributors list](../../contributors)
[Weblog PHP Contracts contributors list](../../contributors)

## Alternatives

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

## License

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

## About CyberCog
Expand Down
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "cybercog/contracts-weblog",
"name": "cybercog/php-contracts-weblog",
"description": "Сontracts for the framework interoperable Blog development.",
"type": "library",
"license": "MIT",
"keywords": [
"cybercog",
"cog",
"contract",
"interface",
"framework-agnostic",
"interoperable",
"blog",
Expand All @@ -29,13 +30,13 @@
"role": "Developer"
}
],
"homepage": "https://github.com/cybercog/contracts-weblog",
"homepage": "https://github.com/cybercog/php-contracts-weblog",
"support": {
"email": "[email protected]",
"issues": "https://github.com/cybercog/contracts-weblog/issues",
"wiki": "https://github.com/cybercog/contracts-weblog/wiki",
"source": "https://github.com/cybercog/contracts-weblog",
"docs": "https://github.com/cybercog/contracts-weblog/wiki"
"issues": "https://github.com/cybercog/php-contracts-weblog/issues",
"wiki": "https://github.com/cybercog/php-contracts-weblog/wiki",
"source": "https://github.com/cybercog/php-contracts-weblog",
"docs": "https://github.com/cybercog/php-contracts-weblog/wiki"
},
"require": {
"php": "^7.1.3"
Expand Down
2 changes: 1 addition & 1 deletion src/Author/Entities/Author.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of Weblog Contracts.
* This file is part of Weblog PHP Contracts.
*
* (c) Anton Komarev <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Authorable/Entities/Authorable.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of Weblog Contracts.
* This file is part of Weblog PHP Contracts.
*
* (c) Anton Komarev <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Blog/Entities/Blog.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of Weblog Contracts.
* This file is part of Weblog PHP Contracts.
*
* (c) Anton Komarev <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Category/Entities/Category.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of Weblog Contracts.
* This file is part of Weblog PHP Contracts.
*
* (c) Anton Komarev <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Comment/Entities/Comment.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of Weblog Contracts.
* This file is part of Weblog PHP Contracts.
*
* (c) Anton Komarev <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Post/Entities/Post.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of Weblog Contracts.
* This file is part of Weblog PHP Contracts.
*
* (c) Anton Komarev <[email protected]>
*
Expand Down

0 comments on commit 5324ba8

Please sign in to comment.