Skip to content

Commit df7e513

Browse files
author
Jean LAURENT
committed
Merge remote-tracking branch 'origin/master'
2 parents 4f1b48e + d67abcf commit df7e513

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
<p align="center">
2+
<a href="https://github.com/jeanlrnt/laravel-cancellable/actions"><img src="https://github.com/jeanlrnt/laravel-cancellable/workflows/tests/badge.svg" alt="Build Status"></a>
23
<a href="https://packagist.org/packages/jeanlrnt/laravel-cancellable"><img src="https://img.shields.io/packagist/dt/jeanlrnt/laravel-cancellable" alt="Total Downloads"></a>
3-
<a href="https://packagist.org/packages/jeanlrnt/laravel-cancellable"><img src="https://img.shields.io/packagist/v/jeanlrnt/laravel-cancellable" alt="Latest Stable Version"></a>
4+
<a href="https://packagist.org/packages/jeanlrnt/laravel-cancellable"><img src="https://img.shields.io/packagist/v/jeanlrnt/laravel-cancellable" alt="Last stable version"></a>
5+
<a href="https://scrutinizer-ci.com/g/jeanlrnt/laravel-cancellable/?branch=master"><img src="https://scrutinizer-ci.com/g/jeanlrnt/laravel-cancellable/badges/quality-score.png?b=master" alt="Code Coverage"></a>
46
<a href="https://packagist.org/packages/jeanlrnt/laravel-cancellable"><img src="https://img.shields.io/packagist/l/jeanlrnt/laravel-cancellable" alt="License"></a>
57
</p>
68

79
A simple package for making Laravel Eloquent models 'cancellable'. This package allows for the easy cancelling of models by creating various macros to be used within method chaining.
810

911
## Installation
1012

13+
This package requires PHP 7.3 or higher and Laravel 6.0 or higher.
14+
1115
You can install the package via composer:
1216

1317
```bash
@@ -75,7 +79,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
7579

7680
### Security
7781

78-
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
82+
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
7983

8084
## Credits
8185

0 commit comments

Comments
 (0)