Skip to content

Commit b7ce71d

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.11.0 | | packagist | phpbench/phpbench | 1.0.3 | 1.2.10 | | packagist | phpunit/phpunit | 9.5.6 | 9.6.9 | | packagist | roave/infection-static-analysis-plugin | 1.8.0 | 1.32.0 | | packagist | squizlabs/php_codesniffer | 3.6.0 | 3.7.2 | | packagist | vimeo/psalm | 4.8.1 | 4.30.0 |
1 parent 04e124d commit b7ce71d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121
"require": {
2222
"php": "~8.0.0",
2323
"composer-runtime-api": "^2.1.0",
24-
"laminas/laminas-code": "^4.4.2",
24+
"laminas/laminas-code": "^4.11.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.2.10",
34+
"phpunit/phpunit": "^9.6.9",
35+
"roave/infection-static-analysis-plugin": "^1.32.0",
36+
"squizlabs/php_codesniffer": "^3.7.2",
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)