Skip to content

Commit

Permalink
Updated contributing and composer.json file with license and author
Browse files Browse the repository at this point in the history
  • Loading branch information
gmponos committed Jun 24, 2018
1 parent 71120a8 commit 402a79f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Contributions are **welcome** and will be fully **credited**.

## Pull Requests

- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](http://pear.php.net/package/PHP_CodeSniffer).
- **Add tests!** - Your patch won't be accepted if it doesn't have tests.
- **Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
- **Consider our release cycle** - We try to follow [SemVer v2.0.0](http://semver.org/). Randomly breaking public APIs is not an option.
Expand Down
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@
"name": "webthink/monolog-slack",
"homepage": "https://github.com/webthinkgr/monolog-slack",
"description": "This package contains handlers/processors for communicating monolog with slack.",
"license": "MIT",
"authors": [
{
"name": "George Mponos",
"email": "[email protected]"
}
],
"require": {
"php": "^7.1",
"monolog/monolog": "^1",
"guzzlehttp/guzzle": "6.*"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^7.2",
"webthink/codesniffer": "^2"
},
"autoload": {
Expand Down

0 comments on commit 402a79f

Please sign in to comment.