Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/OTDEVOPS-18…
Browse files Browse the repository at this point in the history
…-coding-standards
  • Loading branch information
Leon Helmus committed Oct 27, 2022
2 parents 4c71808 + 0ee994d commit 5cd1bce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Option to update module with all dependencies.

## 1.3.1
### Changed
- Package is now also installable in PHP 8.

## 1.3.0
### Added
- Check on version if versions do not match require package again.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prefer-stable": true,
"require": {
"composer/composer": "^1.0 || ^2.0",
"php": "^7.0"
"php": "^7.0 || ^8.0"
},
"require-dev": {
"kint-php/kint": "@stable",
Expand Down

0 comments on commit 5cd1bce

Please sign in to comment.