Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bidi47 committed Jan 23, 2024
1 parent 2fabe3e commit 490328a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dot-helpers

![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-helpers)
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-helpers/3.4.2)
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-helpers/3.4.3)

[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-helpers)](https://github.com/dotkernel/dot-helpers/issues)
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-helpers)](https://github.com/dotkernel/dot-helpers/network)
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"psr/http-message": "^1.0 || ^2.0",
"laminas/laminas-servicemanager": "^3.11.2",
"mezzio/mezzio-helpers": "^5.8.0",
"laminas/laminas-diactoros": "^2.9.2"
"laminas/laminas-servicemanager": "^3.22.1",
"mezzio/mezzio-helpers": "^5.16.0",
"laminas/laminas-diactoros": "^3.3.0"
},
"require-dev": {
"phpunit/phpunit": "^10.2",
"phpunit/phpunit": "^10.5.9",
"laminas/laminas-coding-standard": "^2.5",
"vimeo/psalm": "^5.13"
"vimeo/psalm": "^5.20"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 490328a

Please sign in to comment.