Skip to content

Commit

Permalink
feat(composer): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Feb 28, 2024
1 parent e170d0c commit 8bd4242
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@ Suite to package and deploy the free version of the plugin by Freemius on WordPr
Do you want to see which plugins have been made with this boilerplate?
Check out [this Wiki page](https://github.com/WPBP/WordPress-Plugin-Boilerplate-Powered/wiki/Plugins-made-with-this-Boilerplate)!

## Contributors

This project exists thanks to all the people who contribute.
<a href="https://github.com/WPBP/WordPress-Plugin-Boilerplate-Powered/graphs/contributors"><img src="https://opencollective.com/WordPress-Plugin-Boilerplate-Powered/contributors.svg?width=890"></a>

## License

WordPress Plugin Boilerplate Powered is licensed under the GPL v3 or later;
Expand Down
4 changes: 2 additions & 2 deletions plugin-name/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
{
"type": "package",
"package": {
"name": "mte90\/wp-super-duper",
"name": "mte90/wp-super-duper",
"version": "dev-fork",
"autoload": {
"files": [
Expand All @@ -70,7 +70,7 @@
},
"source": {
"type": "git",
"url": "https:\/\/github.com\/mte90\/wp-super-duper.git",
"url": "https://github.com/mte90/wp-super-duper.git",
"reference": "fork"
}
}
Expand Down
6 changes: 6 additions & 0 deletions plugin-name/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ parameters:
- vendor/freemius/wordpress-sdk/includes/class-freemius.php
# {{/if}}
- vendor/inpsyde/wp-context/src/WpContext.php
// WPBPGen{{#if wpcli}}
- vendor/php-stubs/wordpress-stubs/wordpress-stubs.php
- vendor/php-stubs/wp-cli-stubs/wp-cli-stubs.php
- vendor/php-stubs/wp-cli-stubs/wp-cli-commands-stubs.php
- vendor/php-stubs/wp-cli-stubs/wp-cli-i18n-stubs.php
# {{/if}}
ignoreErrors:
- '/^Parameter #1 \$var of function strval expects bool\|float\|int\|resource\|string\|null, mixed given.$/'
# Not used in the boilerplate.
Expand Down

0 comments on commit 8bd4242

Please sign in to comment.