Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Feb 1, 2025
1 parent 626d854 commit 65a07e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [2.0.2] - Unreleased
### Fixed
- Compatibility with middlewares/util:^4.0 [#5]
- Support for PHP 8.4.

## [2.0.1] - 2020-12-02
### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"friendsofphp/php-cs-fixer": "^2.0",
"squizlabs/php_codesniffer": "^3.0",
"oscarotero/php-cs-fixer-config": "^1.0",
"phpstan/phpstan": "^0.12",
"laminas/laminas-diactoros": "^2.3"
"phpstan/phpstan": "^0.12 || ^1.0",
"laminas/laminas-diactoros": "^2|^3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 65a07e8

Please sign in to comment.