Skip to content

Commit

Permalink
Merge pull request #3 from rutgerrademaker/master
Browse files Browse the repository at this point in the history
Make package installable under PHP8
  • Loading branch information
rutgerrademaker authored Jun 2, 2022
2 parents 3343cf2 + 3d47663 commit 534931b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 3.3.1 - 2022-05-27
### Changed
- Package is now also installable in PHP 8.

## 3.3.0 - 2021-03-25
### Added
- Copyrights
- Declare strict types
- Copyrights.
- Declare strict types.
- Updated squizlabs/php_codesniffer to resolve phpunit error.

### Changed
- Vendor to Youwe
- Vendor to Youwe.
- Changed MediaCT rule names to Global.

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

### Added
- [Dev Docker](https://github.com/mediact/docker-compose-development-manager)
- Compatibility with latest testing suite module.
- Compatibility with latest testing suite module.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.0",
"php": "^7.0 || ^8.0",
"phpmd/phpmd": "^2.0",
"squizlabs/php_codesniffer": "~3.5.4"
},
Expand Down

0 comments on commit 534931b

Please sign in to comment.