Skip to content

Commit

Permalink
No longer use Composer bin plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jun 4, 2024
1 parent 41d35a0 commit 34c4da1
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 2,456 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/vendor-bin export-ignore
/webpack.config.js export-ignore
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
/composer.lock
/vendor/

# Composer bin plugin
/vendor-bin/**/vendor

# Eclipse
/.buildpath
/.project
Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"bamarni/composer-bin-plugin": true,
"roots/wordpress-core-installer": true,
"composer/installers": true,
"automattic/jetpack-autoloader": true
Expand All @@ -81,23 +80,25 @@
}
},
"require": {
"php": ">=8.0",
"php": ">=8.1",
"automattic/jetpack-autoloader": "^3.0",
"pronamic/wp-html": "^2.2",
"woocommerce/action-scheduler": "^3.7",
"wp-pay/core": "^4.16"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"overtrue/phplint": "^9.1",
"php-coveralls/php-coveralls": "^2.7",
"php-stubs/woocommerce-stubs": "^8.7",
"php-stubs/wp-cli-stubs": "^2.10",
"phpmd/phpmd": "^2.15",
"phpstan/phpstan": "^1.11",
"pronamic/pronamic-cli": "^1.1",
"pronamic/woocommerce-subscriptions": "^6.0",
"pronamic/wp-coding-standards": "^2.2",
"roots/wordpress": "^6.4",
"szepeviktor/phpstan-wordpress": "^1.3",
"vimeo/psalm": "^0.3.14",
"wp-cli/wp-cli": "^2.10",
"wp-phpunit/wp-phpunit": "^6.4",
"wpackagist-plugin/woocommerce": "^8.7",
Expand All @@ -115,8 +116,6 @@
"phpmd": "vendor/bin/phpmd src,tests text phpmd.ruleset.xml --suffixes php",
"phpstan": "XDEBUG_MODE=off vendor/bin/phpstan analyse --memory-limit=-1",
"phpunit": "vendor/bin/phpunit",
"post-install-cmd": "echo 'Optionally run: composer bin all install'",
"post-update-cmd": "echo 'Optionally run: composer bin all update'",
"psalm": "vendor/bin/psalm",
"xmllint-phpcs": "xmllint --noout --schema vendor/squizlabs/php_codesniffer/phpcs.xsd phpcs.xml.dist",
"xmllint": [
Expand Down
6 changes: 0 additions & 6 deletions vendor-bin/phpstan/composer.json

This file was deleted.

273 changes: 0 additions & 273 deletions vendor-bin/phpstan/composer.lock

This file was deleted.

5 changes: 0 additions & 5 deletions vendor-bin/psalm/composer.json

This file was deleted.

Loading

0 comments on commit 34c4da1

Please sign in to comment.