Skip to content

Commit

Permalink
Laravel 8 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
telkins committed Sep 9, 2020
1 parent 19c5da6 commit b9242d9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,24 @@

All notable changes to `laravel-pending-action` will be documented in this file

## v0.3.0 - 2020-03-04
## v0.5.0 - 2020-09-09
### Added
- added Laravel 8.0 support

## v0.4.0 - 2020-07-15
### Added
- One can now pass variables to pending action constructor via action's prep() method.

## v0.3.0 - 2020-03-04
### Added
- added Laravel 7.0 support

## v0.2.0 - 2020-01-02

### Changed
- reworked action to play more nicely with IDEs
- changed params to pending actions
- updated tests and readme

## v0.1.0 - 2020-02-27

- initial release
### Added
- initial functionality
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
],
"require": {
"php": "^7.4",
"laravel/framework": "^6.0|^7.0"
"laravel/framework": "^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0",
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"phpunit/phpunit": "^9.0|^9.3",
"symfony/var-dumper": "^4.0|^5.0"
},
"autoload": {
Expand Down

0 comments on commit b9242d9

Please sign in to comment.