Skip to content

Commit b749dc8

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | -------------------------------------- | ------ | ------ | | packagist | azjezz/psl | 2.3.1 | 2.4.1 | | packagist | composer/composer | 2.5.1 | 2.5.2 | | packagist | doctrine/coding-standard | 11.0.0 | 11.1.0 | | packagist | phpunit/phpunit | 9.5.27 | 9.6.3 | | packagist | roave/better-reflection | 6.5.0 | 6.7.0 | | 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 b749dc8

File tree

2 files changed

+171
-169
lines changed

2 files changed

+171
-169
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"require": {
55
"php": "~8.1.0 || ~8.2.0",
66
"ext-json": "*",
7-
"azjezz/psl": "^2.3.1",
8-
"composer/composer": "^2.5.1",
7+
"azjezz/psl": "^2.4.1",
8+
"composer/composer": "^2.5.2",
99
"nikolaposa/version": "^4.1.0",
1010
"ocramius/package-versions": "^2.7.0",
11-
"roave/better-reflection": "^6.5.0",
12-
"symfony/console": "^6.2.3"
11+
"roave/better-reflection": "^6.7.0",
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.6.3",
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)