Skip to content

Commit

Permalink
Merge pull request #34 from kellerkinderDE/feature/KLARNASUPPORT-763
Browse files Browse the repository at this point in the history
feat: [KLARNASUPPORT-763] changed constraint to match anything below PHP 8.3
  • Loading branch information
tinect authored Jun 19, 2023
2 parents a2c8710 + 8a80bf0 commit 4ea3bad
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 @@ -6,6 +6,10 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## Unreleased

## [0.6.4] - 2023-06-19
### Fixed
- Changed constraint to match anything below PHP 8.3

## [0.6.3] - 2023-06-19
### Fixed
- Fixed building of product URLs for line items with missing link details because of third-party plugins
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"type": "library",
"require": {
"php": ">=7.2 <=8.2"
"php": ">=7.2 <8.3"
},
"require-dev": {
"k10r/codestyle": "^2.0"
Expand Down

0 comments on commit 4ea3bad

Please sign in to comment.