Skip to content

Commit

Permalink
Merge pull request #42 from jeremyfelt/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
jeremyfelt authored Jan 11, 2024
2 parents eab00bf + 8761325 commit c63ce76
Show file tree
Hide file tree
Showing 11 changed files with 649 additions and 50 deletions.
22 changes: 17 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,31 @@
"type": "project",
"minimum-stability": "stable",
"require-dev": {
"wp-coding-standards/wpcs": "*",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"phpcompatibility/php-compatibility": "dev-develop as 9.99.99",
"phpcompatibility/phpcompatibility-wp": "*"
"phpcompatibility/phpcompatibility-wp": "*",
"phpcompatibility/php-compatibility": "dev-develop as 9.99.9",
"sirbrillig/phpcs-variable-analysis": "*",
"squizlabs/php_codesniffer": "3.*",
"wp-coding-standards/wpcs": "*",
"phpstan/phpstan": "^1.10",
"szepeviktor/phpstan-wordpress": "^1.3",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-phpunit": "^1.3",
"php-stubs/wordpress-tests-stubs": "^6.2"
},
"scripts": {
"phpcs": "vendor/bin/phpcs",
"phpcbf": "vendor/bin/phpcbf"
"phpcbf": "vendor/bin/phpcbf",
"phpstan": "vendor/bin/phpstan analyse --memory-limit=2048M"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
},
"platform": {
"php": "8.0"
}
}
}
Loading

0 comments on commit c63ce76

Please # to comment.