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     |
| ----------- | -------------------------- | ------ | ------ |
| github-tags | containerbase/php-prebuild | 8.2.23 | 8.3.11 |
| packagist   | phpunit/phpunit            | 9.6.10 | 9.6.21 |
| packagist   | psalm/plugin-phpunit       | 0.18.4 | 0.19.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 9c68a40 commit 174b5c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"composer/semver": "^1.4 || ^2.0 || ^3.0",
"laminas/laminas-zendframework-bridge": "^1.4.1",
"symfony/console": "^3.4.17 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "9.6.10",
"psalm/plugin-phpunit": "^0.18.0",
"phpunit/phpunit": "9.6.21",
"psalm/plugin-phpunit": "^0.19.0",
"roave/security-advisories": "dev-master",
"vimeo/psalm": "^5.0.0"
},
Expand Down

0 comments on commit 174b5c0

Please sign in to comment.