Skip to content

Commit

Permalink
Update lib-object-wrapper version constraint update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Krasnoholovets authored and pelanis committed May 9, 2023
1 parent d9e532c commit 71f9bd4
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 @@ -4,6 +4,10 @@ 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).

## [1.3.0]
### Added
- Allow library to work with different versions of `paysera/lib-object-wrapper` since `0.3.0`

## [1.2.1]
### Changed
- Updated the `paysera/lib-object-wrapper` to allow boolean values when (de)normalizing GET requests.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require": {
"php": "^7.0 || ^8.0",
"paysera/lib-object-wrapper": "^0.3.1"
"paysera/lib-object-wrapper": "~0.3"
},
"require-dev": {
"phpunit/phpunit": "^6.5 || ^9.0",
Expand Down

0 comments on commit 71f9bd4

Please sign in to comment.