Skip to content

Commit

Permalink
Add PHP8 support (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatseykanets committed Jan 6, 2021
1 parent 3f6bef5 commit c45788a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [4.2.0](https://github.com/pmatseykanets/artisan-beans/releases/tag/v4.2.0) - 2021-01-06

### Changed

- Added PHP 8 support

## [4.1.0](https://github.com/pmatseykanets/artisan-beans/releases/tag/v4.1.0) - 2020-10-30

### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"illuminate/console": "~6.0|~7.0|~8.0",
"illuminate/support": "~6.0|~7.0|~8.0",
"pda/pheanstalk": "~4.0"
Expand Down

0 comments on commit c45788a

Please sign in to comment.