Skip to content

Commit 909d03d

Browse files
Update wmde/fundraising-phpcs requirement from ~9.0 to ~10.0 (#41)
* Update wmde/fundraising-phpcs requirement from ~9.0 to ~10.0 Updates the requirements on wmde/fundraising-phpcs to permit the latest version. --- updated-dependencies: - dependency-name: wmde/fundraising-phpcs dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Allow phpcs composer plugin --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abban Dunne <[email protected]>
1 parent 639ee22 commit 909d03d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require-dev": {
1313
"phpunit/phpunit": "~9.2",
1414
"symfony/cache": "^5.3",
15-
"wmde/fundraising-phpcs": "~9.0",
15+
"wmde/fundraising-phpcs": "~10.0",
1616
"phpmd/phpmd": "~2.6",
1717
"phpstan/phpstan": "^1.2",
1818
"phpstan/phpstan-phpunit": "^1.0"
@@ -36,7 +36,8 @@
3636
},
3737
"config": {
3838
"allow-plugins": {
39-
"composer/package-versions-deprecated": true
39+
"composer/package-versions-deprecated": true,
40+
"dealerdirect/phpcodesniffer-composer-installer": true
4041
}
4142
}
4243
}

0 commit comments

Comments
 (0)