Skip to content

Commit

Permalink
Update to support php 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmaguire committed Jun 23, 2022
1 parent c03e194 commit b40210a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,23 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
### Security
- Nothing

## 0.3.0 - 2022-06-23

### Added
- Support for PHP 8.x

### Deprecated
- Nothing

### Fixed
- Nothing

### Removed
- Nothing

### Security
- Nothing

## 0.2.0 - 2020-03-02

### Added
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.2"
"php" : "~7.2 || ~8.0"
},
"require-dev": {
"phpunit/phpunit" : ">=8.0",
Expand Down

0 comments on commit b40210a

Please sign in to comment.