Skip to content

Commit 7604725

Browse files
committed
[TASK] Raise the dependencies to the latest minor/bugfix version
This avoids running into long-resolved bugs (while not breaking compatibility).
1 parent b8b0f88 commit 7604725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"prefer-stable": true,
88
"require": {
99
"php": "^7.2 || ^8.0",
10-
"phpstan/phpstan": "^1.8",
11-
"nikic/php-parser": "^4.13.0",
10+
"phpstan/phpstan": "^1.8.9",
11+
"nikic/php-parser": "^4.15.1",
1212
"typo3/cms-core": "^9.5 || ^10.4 || ^11.5",
1313
"typo3/cms-extbase": "^9.5 || ^10.4 || ^11.5"
1414
},

0 commit comments

Comments
 (0)