Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource | package                           | from   | to     |
| ---------- | --------------------------------- | ------ | ------ |
| packagist  | laminas/laminas-diactoros         | 3.1.0  | 3.1.0  |
| packagist  | laminas/laminas-httphandlerrunner | 2.7.0  | 2.7.0  |
| packagist  | lcobucci/clock                    | 3.0.0  | 3.1.0  |
| packagist  | vimeo/psalm                       | 5.14.1 | 5.14.1 |
  • Loading branch information
renovate[bot] authored Aug 4, 2023
1 parent afdb7ed commit eddaafb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"php": "~8.1.0 || ~8.2.0",
"dflydev/fig-cookies": "^3.1.0",
"lcobucci/jwt": "^4.3.0 || ^5.0.0",
"lcobucci/clock": "^3.0.0",
"lcobucci/clock": "^3.1.0",
"psr/http-message": "^1.1 || ^2.0",
"psr/http-server-handler": "^1.0.2",
"psr/http-server-middleware": "^1.0.2"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"laminas/laminas-diactoros": "^3.0.0",
"laminas/laminas-httphandlerrunner": "^2.6.1",
"laminas/laminas-diactoros": "^3.1.0",
"laminas/laminas-httphandlerrunner": "^2.7.0",
"phpunit/phpunit": "^9.6.10",
"psalm/plugin-phpunit": "^0.18.4",
"roave/infection-static-analysis-plugin": "^1.32.0",
"squizlabs/php_codesniffer": "^3.7.2",
"vimeo/psalm": "^5.13.1"
"vimeo/psalm": "^5.14.1"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit eddaafb

Please sign in to comment.