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.3.14 | 8.4.1  |
| 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 Nov 21, 2024
1 parent 63d86f6 commit cd8a72a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"laminas/laminas-stdlib": "^3.18.0",
"psr/container": "^1.1.1",
"psr/log": "^1.1.4 || ^2.0.0 || ^3.0.0"
Expand All @@ -43,7 +43,7 @@
"mikey179/vfsstream": "^1.6.11@alpha",
"phpbench/phpbench": "^1.2.7",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"psalm/plugin-phpunit": "^0.19.0",
"squizlabs/php_codesniffer": "^3.7.1",
"vimeo/psalm": "^5.0"
},
Expand Down

0 comments on commit cd8a72a

Please sign in to comment.