Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'build-tools/composer-update' into release/2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
admturner committed Apr 5, 2024
2 parents b2a3f6e + ca6061b commit 148bbd7
Show file tree
Hide file tree
Showing 11 changed files with 942 additions and 310 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
run: phpcs -i

- name: Run PHPCS
run: phpcs -q -n --report=checkstyle | cs2pr
run: phpcs -q -n --report=checkstyle . | cs2pr
22 changes: 12 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
{
"name": "washingtonstateuniversity/wsuwp-plugin-hrs-courses",
"type": "phpcodesniffer-hrs-standard",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Adam Turner"
}
],
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"prefer-stable": true,
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"squizlabs/php_codesniffer": "^3.6.2",
"phpcompatibility/php-compatibility": "^9.2.0",
"wp-coding-standards/wpcs": "^2.3.0",
"sirbrillig/phpcs-variable-analysis": "^2.11.3",
"phpcompatibility/phpcompatibility-wp": "^2",
"wp-coding-standards/wpcs": "^3.0.0",
"sirbrillig/phpcs-variable-analysis": "^2.11.2",
"roave/security-advisories": "dev-master"
},
"scripts": {
"format": "phpcbf --standard=phpcs.xml.dist --report=summary,source",
"lint": "phpcs --colors"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
"lint": "phpcs --colors . "
}
}
Loading

0 comments on commit 148bbd7

Please sign in to comment.