Skip to content

Commit 6e4bed6

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.4 | | packagist | doctrine/coding-standard | 11.0.0 | 11.1.0 | | packagist | nikic/php-parser | 4.15.3 | 4.15.4 | | packagist | phpunit/phpunit | 9.5.27 | 9.6.4 | | packagist | roave/better-reflection | 6.5.0 | 6.8.0 | | packagist | roave/infection-static-analysis-plugin | 1.27.0 | 1.29.0 | | packagist | squizlabs/php_codesniffer | 3.7.1 | 3.7.2 | | packagist | symfony/console | 6.2.3 | 6.2.7 | | packagist | vimeo/psalm | 5.4.0 | 5.7.7 |
1 parent e9fa426 commit 6e4bed6

File tree

2 files changed

+221
-216
lines changed

2 files changed

+221
-216
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
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",
9-
"nikic/php-parser": "^4.15.3",
7+
"azjezz/psl": "^2.4.1",
8+
"composer/composer": "^2.5.4",
9+
"nikic/php-parser": "^4.15.4",
1010
"nikolaposa/version": "^4.1.0",
1111
"ocramius/package-versions": "^2.7.0",
12-
"roave/better-reflection": "^6.5.0",
13-
"symfony/console": "^6.2.3"
12+
"roave/better-reflection": "^6.8.0",
13+
"symfony/console": "^6.2.7"
1414
},
1515
"license": "MIT",
1616
"authors": [
@@ -24,14 +24,14 @@
2424
}
2525
],
2626
"require-dev": {
27-
"doctrine/coding-standard": "^11.0.0",
27+
"doctrine/coding-standard": "^11.1.0",
2828
"php-standard-library/psalm-plugin": "^2.2.1",
29-
"phpunit/phpunit": "^9.5.27",
29+
"phpunit/phpunit": "^9.6.4",
3030
"psalm/plugin-phpunit": "^0.18.4",
31-
"roave/infection-static-analysis-plugin": "^1.27.0",
31+
"roave/infection-static-analysis-plugin": "^1.29.0",
3232
"roave/security-advisories": "dev-master",
33-
"squizlabs/php_codesniffer": "^3.7.1",
34-
"vimeo/psalm": "^5.4.0"
33+
"squizlabs/php_codesniffer": "^3.7.2",
34+
"vimeo/psalm": "^5.7.7"
3535
},
3636
"conflict": {
3737
"revolt/event-loop": "<0.2.5",

0 commit comments

Comments
 (0)