Skip to content

Commit 3f62d2e

Browse files
committed
[TASK] Update the development dependencies
This ensures we have the latest bug fixes both on CI as well as for local development. As these are the development dependencies, this does not have any effect on projects that use this package.
1 parent 30bb9ec commit 3f62d2e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"typo3/cms-extbase": "^9.5 || ^10.4 || ^11.5"
1414
},
1515
"require-dev": {
16-
"consistence-community/coding-standard": "^3.10",
17-
"slevomat/coding-standard": "^6.3",
18-
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
19-
"php-parallel-lint/php-parallel-lint": "^1.3",
20-
"phing/phing": "^2.17",
21-
"phpstan/phpstan-strict-rules": "^1.0",
16+
"consistence-community/coding-standard": "^3.10.1",
17+
"slevomat/coding-standard": "^6.4.1",
18+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
19+
"php-parallel-lint/php-parallel-lint": "^1.3.2",
20+
"phing/phing": "^2.17.4",
21+
"phpstan/phpstan-strict-rules": "^1.4.4",
2222
"phpunit/phpunit": "^8.5.30",
2323
"symfony/polyfill-php80": "^1.26.0"
2424
},

0 commit comments

Comments
 (0)