Skip to content

Commit 9a865a2

Browse files
Merge pull request #84 from oliverklee/task/raise-deps
[TASK] Raise the dependencies to the latest minor/bugfix version
2 parents bfca8cb + 7604725 commit 9a865a2

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)