Skip to content

Commit 81bc0f2

Browse files
committed
Reorder README sections
1 parent f1dc1ec commit 81bc0f2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pushover notifications channel for Laravel 5.3 [WIP]
1+
# Pushover notifications channel for Laravel 5.3
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-notification-channels/pushover.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/pushover)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
@@ -116,14 +116,14 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen
116116
$ composer test
117117
```
118118

119-
## Contributing
120-
121-
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
122-
123119
## Security
124120

125121
If you discover any security related issues, please email mail@casperboone.nl instead of using the issue tracker.
126122

123+
## Contributing
124+
125+
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
126+
127127
## Credits
128128

129129
- [Casper Boone](https://github.com/casperboone)

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
processIsolation="false"
1111
stopOnFailure="false">
1212
<testsuites>
13-
<testsuite name="Spatie Test Suite">
13+
<testsuite name="Laravel Pushover Notifications Test Suite">
1414
<directory>tests</directory>
1515
</testsuite>
1616
</testsuites>

0 commit comments

Comments
 (0)