Skip to content

Commit

Permalink
Merge pull request #30 from dotkernel/issue-29
Browse files Browse the repository at this point in the history
Bump dependencies versions
  • Loading branch information
MarioRadu authored Feb 28, 2024
2 parents 8b48dae + b453f2b commit a03dcd3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 11 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 3.2.0 - 2024-02-28

### Changed
* Updated dependency versions

### Added
* Nothing

### Deprecated
* Nothing

### Removed
* Nothing

### Fixed
* Nothing

## 3.1.0 - 2020-11-02

### Changed
Expand Down
21 changes: 10 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,18 @@
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"dotkernel/dot-log": "^3.4.4",
"laminas/laminas-diactoros": "^3.3.0",
"laminas/laminas-stratigility": "^3.11.0",
"mezzio/mezzio": "^3.18.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/http-server-middleware": "^1.0.2",
"psr/container": "^1.1.2"
"dotkernel/dot-log": "^3.4",
"laminas/laminas-diactoros": "^3.3",
"laminas/laminas-stratigility": "^3.11",
"mezzio/mezzio": "^3.19",
"psr/http-message": "^2.0",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.5.0",
"mikey179/vfsstream": "^1.6.11",
"phpunit/phpunit": "^10.4.2",
"vimeo/psalm": "^5.16.0"
"laminas/laminas-coding-standard": "^2.5",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^10.0",
"vimeo/psalm": "^5.22"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a03dcd3

Please sign in to comment.