Skip to content

Commit 60f8ec9

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.3.14 | | packagist | phpbench/phpbench | 1.0.3 | 1.3.1 | | packagist | phpunit/phpunit | 9.5.6 | 9.6.21 | | packagist | roave/infection-static-analysis-plugin | 1.8.0 | 1.35.0 | | packagist | squizlabs/php_codesniffer | 3.6.0 | 3.11.1 | | packagist | vimeo/psalm | 4.8.1 | 4.30.0 |
1 parent 04e124d commit 60f8ec9

File tree

2 files changed

+1246
-957
lines changed

2 files changed

+1246
-957
lines changed

Diff for: 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.3.14",
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.3.1",
34+
"phpunit/phpunit": "^9.6.21",
35+
"roave/infection-static-analysis-plugin": "^1.35.0",
36+
"squizlabs/php_codesniffer": "^3.11.1",
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)