Skip to content

Commit 534931b

Browse files
Merge pull request #3 from rutgerrademaker/master
Make package installable under PHP8
2 parents 3343cf2 + 3d47663 commit 534931b

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ 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+
## 3.3.1 - 2022-05-27
8+
### Changed
9+
- Package is now also installable in PHP 8.
10+
711
## 3.3.0 - 2021-03-25
812
### Added
9-
- Copyrights
10-
- Declare strict types
13+
- Copyrights.
14+
- Declare strict types.
1115
- Updated squizlabs/php_codesniffer to resolve phpunit error.
1216

1317
### Changed
14-
- Vendor to Youwe
18+
- Vendor to Youwe.
1519
- Changed MediaCT rule names to Global.
1620

1721
## 3.1.0 - 2021-03-10
@@ -27,4 +31,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2731

2832
### Added
2933
- [Dev Docker](https://github.com/mediact/docker-compose-development-manager)
30-
- Compatibility with latest testing suite module.
34+
- Compatibility with latest testing suite module.

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.0",
15+
"php": "^7.0 || ^8.0",
1616
"phpmd/phpmd": "^2.0",
1717
"squizlabs/php_codesniffer": "~3.5.4"
1818
},

0 commit comments

Comments
 (0)