Skip to content

Commit 135d357

Browse files
📝 bump support for Laravel to 5.4
1 parent 6dd0774 commit 135d357

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.1.0
2+
## v1.2.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)
@@ -26,6 +26,8 @@ As of `v1.0.5`, the package has better support of `hasOne` relationships ([#10](
2626

2727
`v1.1.0` adds compatibility with Laravel 5.3.
2828

29+
`v1.2.0` adds compatibility with Laravel 5.4.
30+
2931
## Code Samples
3032

3133
```php

0 commit comments

Comments
 (0)