Skip to content

Commit e343923

Browse files
Merge pull request #5 from rutgerrademaker/master
Make package installable under PHP8
2 parents 6f6f9c2 + a4cb6f7 commit e343923

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,10 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 2.3.1 - 2022-05-27
8+
### Changed
9+
- Package is now also installable in PHP 8.
10+
711
## 2.3.0 - 2021-03-10
812
### Added
913
- Copyright.
1014
- Declare strict type.
1115

1216
### Changed
13-
- Vendor name from Mediact to Youwe
17+
- Vendor name from Mediact to Youwe

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.1",
15+
"php": "^7.1 || ^8.0",
1616
"composer-plugin-api": "^1.0 || ^2.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)