Skip to content

Commit ef7985a

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | -------------------------------------- | ------ | ------ | | packagist | doctrine/coding-standard | 11.0.0 | 11.1.0 | | packagist | phpunit/phpunit | 9.5.27 | 9.5.28 | | packagist | roave/infection-static-analysis-plugin | 1.27.0 | 1.28.0 | | packagist | symfony/console | 6.2.3 | 6.2.5 | | packagist | vimeo/psalm | 5.4.0 | 5.6.0 |
1 parent 47df2c2 commit ef7985a

File tree

2 files changed

+110
-108
lines changed

2 files changed

+110
-108
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"nikolaposa/version": "^4.1.0",
1010
"ocramius/package-versions": "^2.7.0",
1111
"roave/better-reflection": "^6.5.0",
12-
"symfony/console": "^6.2.3"
12+
"symfony/console": "^6.2.5"
1313
},
1414
"license": "MIT",
1515
"authors": [
@@ -23,14 +23,14 @@
2323
}
2424
],
2525
"require-dev": {
26-
"doctrine/coding-standard": "^11.0.0",
26+
"doctrine/coding-standard": "^11.1.0",
2727
"php-standard-library/psalm-plugin": "^2.2.1",
28-
"phpunit/phpunit": "^9.5.27",
28+
"phpunit/phpunit": "^9.5.28",
2929
"psalm/plugin-phpunit": "^0.18.4",
30-
"roave/infection-static-analysis-plugin": "^1.27.0",
30+
"roave/infection-static-analysis-plugin": "^1.28.0",
3131
"roave/security-advisories": "dev-master",
3232
"squizlabs/php_codesniffer": "^3.7.1",
33-
"vimeo/psalm": "^5.4.0"
33+
"vimeo/psalm": "^5.6.0"
3434
},
3535
"conflict": {
3636
"revolt/event-loop": "<0.2.5",

0 commit comments

Comments
 (0)