Skip to content

Commit

Permalink
Merge pull request #46 from happyprime/fix/update-coding-standards
Browse files Browse the repository at this point in the history
Update coding standards, dependencies
  • Loading branch information
jeremyfelt authored Mar 28, 2024
2 parents 078dea4 + c652cec commit 8b7ddca
Show file tree
Hide file tree
Showing 10 changed files with 7,955 additions and 2,579 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n'), 'version' => 'e3872954c53053c1b5e7');
<?php return array('dependencies' => array('react', 'wp-components', 'wp-core-data', 'wp-data', 'wp-hooks', 'wp-html-entities', 'wp-i18n'), 'version' => 'a641ef87932688ef10d5');
2 changes: 1 addition & 1 deletion build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,20 @@
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/installers": true
"composer/installers": true,
"phpstan/extension-installer": true
},
"platform": {
"php": "8.0"
"php": "7.4"
}
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "*",
"phpcompatibility/php-compatibility": "dev-develop as 9.99.9",
"phpcompatibility/phpcompatibility-wp": "*",
"sirbrillig/phpcs-variable-analysis": "*",
"wp-coding-standards/wpcs": "*"
"happyprime/coding-standards": "*",
"phpcompatibility/php-compatibility": "dev-develop as 9.99.99"
},
"scripts": {
"phpcs": "vendor/bin/phpcs",
"phpcbf": "vendor/bin/phpcbf"
"phpcbf": "vendor/bin/phpcbf",
"phpstan": "vendor/bin/phpstan analyse --memory-limit=2048M"
}
}
Loading

0 comments on commit 8b7ddca

Please sign in to comment.