Skip to content

Commit 7c7a3f7

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | -------------------------------------- | ------ | ------- | | packagist | composer/composer | 2.8.5 | 2.8.6 | | packagist | phpunit/phpunit | 11.5.7 | 11.5.14 | | packagist | psalm/plugin-phpunit | 0.19.2 | 0.19.3 | | packagist | roave/infection-static-analysis-plugin | 1.36.0 | 1.37.0 | | packagist | squizlabs/php_codesniffer | 3.11.3 | 3.12.0 | | packagist | vimeo/psalm | 6.6.1 | 6.9.4 |
1 parent 4eef6ea commit 7c7a3f7

File tree

2 files changed

+336
-259
lines changed

2 files changed

+336
-259
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ext-libxml": "*",
99
"ext-simplexml": "*",
1010
"azjezz/psl": "^3.2.0",
11-
"composer/composer": "^2.8.5",
11+
"composer/composer": "^2.8.6",
1212
"nikic/php-parser": "^5.4.0",
1313
"nikolaposa/version": "^4.2.0",
1414
"ocramius/package-versions": "^2.10.0",
@@ -30,12 +30,12 @@
3030
"doctrine/coding-standard": "^12.0.0",
3131
"estahn/phpunit-json-assertions": "^4.0",
3232
"php-standard-library/psalm-plugin": "^2.3.0",
33-
"phpunit/phpunit": "^11.5.7",
34-
"psalm/plugin-phpunit": "^0.19.2",
35-
"roave/infection-static-analysis-plugin": "^1.36.0",
33+
"phpunit/phpunit": "^11.5.14",
34+
"psalm/plugin-phpunit": "^0.19.3",
35+
"roave/infection-static-analysis-plugin": "^1.37.0",
3636
"roave/security-advisories": "dev-master",
37-
"squizlabs/php_codesniffer": "^3.11.3",
38-
"vimeo/psalm": "^6.6.1"
37+
"squizlabs/php_codesniffer": "^3.12.0",
38+
"vimeo/psalm": "^6.9.4"
3939
},
4040
"conflict": {
4141
"revolt/event-loop": "<0.2.5",

0 commit comments

Comments
 (0)