Skip to content

Commit 74ae3c8

Browse files
update readme for 1.4.0
1 parent fab7a58 commit 74ae3c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Cascading soft deletes for the Laravel PHP Framework
2-
## v1.3.0
2+
## v1.4.0
33

44
![Travis Build Status](https://travis-ci.org/michaeldyrynda/laravel-cascade-soft-deletes.svg?branch=master)
55
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/michaeldyrynda/laravel-cascade-soft-deletes/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/michaeldyrynda/laravel-cascade-soft-deletes/?branch=master)
@@ -30,6 +30,8 @@ As of `v1.0.5`, the package has better support of `hasOne` relationships ([#10](
3030

3131
`v1.3.0` adds compatibility with Laravel 5.5.
3232

33+
`v1.4.0` adds compatibility with Laravel 5.6.
34+
3335
## Code Samples
3436

3537
```php

0 commit comments

Comments
 (0)