Skip to content

Commit 799b3f5

Browse files
Merge pull request #2 from rutgerrademaker/master
Make package installable under PHP 8
2 parents 9717e72 + 130b9be commit 799b3f5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 1.1.1
8+
### Changed
9+
- Package is now also installable in PHP 8.
10+
711
## 1.1.0
812
### Changed
913
- Vendor name of the module.
1014
- Resolved new errors of latest testing suite.
1115

1216
### Added
1317
- Declare strict type to all files.
14-
- Copyrights.
18+
- Copyrights.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2"
19+
"php": "^7.2 || ^8.0"
2020
},
2121
"require-dev": {
2222
"kint-php/kint": "@stable",

0 commit comments

Comments
 (0)