Skip to content

Commit 37cfcaf

Browse files
authored
[skip ci] Fix and update documentation
1 parent a276006 commit 37cfcaf

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ You should just add `filips123/monolog-phpmailer` to your project dependencies i
3030

3131
```json
3232
{
33-
"require": [
33+
"require": {
3434
"monolog/monolog": "^1.0",
3535
"phpmailer/phpmailer": "^6.0",
3636
"filips123/monolog-phpmailer": "^1.0"
37-
]
37+
}
3838
}
3939
```
4040

@@ -91,6 +91,12 @@ $logger->alert('Something went wrong!');
9191

9292
```
9393

94+
## Versioning
95+
This library uses [SemVer][link-semver] SemVer for versioning. For the versions available, see the [tags on this repository][link-tags].
96+
97+
## License
98+
This library is licensed under the MIT license. See the [LICENSE][link-license-file] file for details.
99+
94100
[icon-stable-version]: https://img.shields.io/packagist/v/filips123/monolog-phpmailer.svg?style=flat-square&label=Latest+Stable+Version
95101
[icon-unstable-version]: https://img.shields.io/packagist/vpre/filips123/monolog-phpmailer.svg?style=flat-square&label=Latest+Unstable+Version
96102
[icon-downloads]: https://img.shields.io/packagist/dt/filips123/monolog-phpmailer.svg?style=flat-square&label=Downloads
@@ -113,3 +119,6 @@ $logger->alert('Something went wrong!');
113119
[link-phpmailer]: https://github.com/PHPMailer/PHPMailer/
114120
[link-composer]: https://getcomposer.org/
115121
[link-handler]: https://github.com/filips123/MonologPHPMailer/blob/master/src/PHPMailerHandler.php
122+
[link-semver]: https://semver.org/
123+
[link-tags]: https://github.com/filips123/MonologPHPMailer/tags/
124+
[link-license-file]: https://github.com/filips123/MonologPHPMailer/blob/master/LICENSE

0 commit comments

Comments
 (0)