Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource | package                           | from   | to      |
| ---------- | --------------------------------- | ------ | ------- |
| packagist  | infection/infection               | 0.24.0 | 0.26.21 |
| packagist  | laminas/laminas-dependency-plugin | 2.2.0  | 2.5.0   |
| packagist  | lcobucci/clock                    | 2.0.0  | 2.3.0   |
| packagist  | maglnet/composer-require-checker  | 3.8.0  | 3.8.0   |
| packagist  | mezzio/mezzio-session             | 1.11.0 | 1.13.0  |
| packagist  | phpunit/phpunit                   | 9.6.7  | 9.6.7   |
| packagist  | psalm/plugin-phpunit              | 0.16.1 | 0.18.4  |
| packagist  | psr/http-message                  | 1.1    | 1.1     |
| packagist  | psr7-sessions/storageless         | 8.0.0  | 8.16.0  |
| packagist  | squizlabs/php_codesniffer         | 3.7.2  | 3.7.2   |
| packagist  | vimeo/psalm                       | 4.30.0 | 4.30.0  |
  • Loading branch information
renovate[bot] committed May 5, 2023
1 parent f5c818f commit 8e77ca1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Expand Up @@ -27,20 +27,20 @@
],
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"psr7-sessions/storageless": "^8.0",
"mezzio/mezzio-session": "^1.4",
"psr/http-message": "^1.0",
"lcobucci/clock": "^2.0",
"laminas/laminas-dependency-plugin": "^2.1"
"psr7-sessions/storageless": "^8.16.0",
"mezzio/mezzio-session": "^1.13.0",
"psr/http-message": "^1.1",
"lcobucci/clock": "^2.3.0",
"laminas/laminas-dependency-plugin": "^2.5.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"infection/infection": "^0.24",
"squizlabs/php_codesniffer": "^3.6",
"phpunit/phpunit": "^9.6.7",
"infection/infection": "^0.26",
"squizlabs/php_codesniffer": "^3.7.2",
"doctrine/coding-standard": "^9",
"maglnet/composer-require-checker": "^3.3",
"vimeo/psalm": "^4.9.3",
"psalm/plugin-phpunit": "^0.16.1"
"maglnet/composer-require-checker": "^3.8.0",
"vimeo/psalm": "^4.30.0",
"psalm/plugin-phpunit": "^0.18.4"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 8e77ca1

Please sign in to comment.