Skip to content

Commit

Permalink
feat: [KLARNASUPPORT-763] changed constraint to match anything below …
Browse files Browse the repository at this point in the history
…PHP 8.3
  • Loading branch information
tinect committed Jun 19, 2023
1 parent a2c8710 commit 8a80bf0
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 8a80bf0

Please sign in to comment.