Skip to content

Commit b40210a

Browse files
committed
Update to support php 8.x
1 parent c03e194 commit b40210a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,23 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
2121
### Security
2222
- Nothing
2323

24+
## 0.3.0 - 2022-06-23
25+
26+
### Added
27+
- Support for PHP 8.x
28+
29+
### Deprecated
30+
- Nothing
31+
32+
### Fixed
33+
- Nothing
34+
35+
### Removed
36+
- Nothing
37+
38+
### Security
39+
- Nothing
40+
2441
## 0.2.0 - 2020-03-02
2542

2643
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php" : "~7.2"
20+
"php" : "~7.2 || ~8.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit" : ">=8.0",

0 commit comments

Comments
 (0)