Skip to content

Commit

Permalink
Added support for PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
asantibanez committed Jan 26, 2021
1 parent 88babf6 commit b49a2b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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-eloquent-state-machines` will be documented in this file

## v2.3.0 - 2020-01-26

- Added support for PHP 8.

## v2.2.1 - 2020-12-22

- Added `snake_case()` and `camelCase()` method for state machine field.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
}
],
"require": {
"php": "^7.2|^7.3|^7.4",
"php": "^7.2|^7.3|^7.4|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"javoscript/laravel-macroable-models": "^1.0"
},
"require-dev": {
"laravel/legacy-factories": "^1.0.4",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b49a2b9

Please sign in to comment.