Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Nov 27, 2020
1 parent 89eb904 commit 2a2fcaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-model-cleanup` will be documented in this file

## 3.2.0 - 2020-09-08

- add support for PHP 8

## 3.1.1 - 2020-09-08

- add support for Laravel 8
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php" : "^7.4|^8.0",
"illuminate/support": "^7.21|^8.0"
"illuminate/support": "^7.28|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

0 comments on commit 2a2fcaa

Please sign in to comment.