Skip to content

Commit f1e573e

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------------------- | ----- | ------ | | packagist | doctrine/coding-standard | 9.0.0 | 9.0.2 | | packagist | laminas/laminas-code | 4.4.2 | 4.16.0 | | github-tags | containerbase/php-prebuild | 8.0.0 | 8.4.5 | | packagist | phpbench/phpbench | 1.0.3 | 1.4.1 | | packagist | phpunit/phpunit | 9.5.6 | 9.6.22 | | packagist | roave/infection-static-analysis-plugin | 1.8.0 | 1.37.0 | | packagist | squizlabs/php_codesniffer | 3.6.0 | 3.12.0 | | packagist | vimeo/psalm | 4.8.1 | 4.30.0 |
1 parent 04e124d commit f1e573e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
}
2020
],
2121
"require": {
22-
"php": "~8.0.0",
22+
"php": "~8.4.5",
2323
"composer-runtime-api": "^2.1.0",
24-
"laminas/laminas-code": "^4.4.2",
24+
"laminas/laminas-code": "^4.16.0",
2525
"webimpress/safe-writer": "^2.2.0"
2626
},
2727
"conflict": {
2828
"thecodingmachine/safe": "<1.3.3"
2929
},
3030
"require-dev": {
3131
"ext-phar": "*",
32-
"doctrine/coding-standard": "^9.0.0",
33-
"phpbench/phpbench": "^1.0.3",
34-
"phpunit/phpunit": "^9.5.6",
35-
"roave/infection-static-analysis-plugin": "^1.8",
36-
"squizlabs/php_codesniffer": "^3.6.0",
37-
"vimeo/psalm": "^4.8.1"
32+
"doctrine/coding-standard": "^9.0.2",
33+
"phpbench/phpbench": "^1.4.1",
34+
"phpunit/phpunit": "^9.6.22",
35+
"roave/infection-static-analysis-plugin": "^1.37.0",
36+
"squizlabs/php_codesniffer": "^3.12.0",
37+
"vimeo/psalm": "^4.30.0"
3838
},
3939
"suggest": {
4040
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",

0 commit comments

Comments
 (0)