Skip to content

Commit

Permalink
removing some plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspercroome committed May 22, 2024
1 parent 26f2829 commit b2e1ccf
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 199 deletions.
188 changes: 93 additions & 95 deletions client-mu-plugins/goodbids/composer.json
Original file line number Diff line number Diff line change
@@ -1,97 +1,95 @@
{
"name": "viget/goodbids.org",
"description": "The WordPress project set up for the goodbids.org main plugin.",
"type": "project",
"authors": [
{
"name": "Viget"
}
],
"homepage": "https://github.com/wpcomvip/goodbids",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"cweagans/composer-patches": true,
"oomphinc/composer-installers-extender": true,
"bshaffer/oauth2-server-httpfoundation-bridge":true,
"bshaffer/oauth2-server-php":true
},
"vendor-dir": "vendor"
},
"autoload": {
"psr-4": {
"GoodBids\\": [
"src/classes/",
"src/classes/*",
"src/classes/*/*"
]
}
},
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type":"composer",
"url":"https://connect.advancedcustomfields.com"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"php": "^8.1",
"ext-mbstring": "*",
"composer/installers": "^1 || ^2",
"cweagans/composer-patches": "^1.7",
"firebase/php-jwt": "^6.10",
"illuminate/collections": "^10.38",
"monolog/monolog": "^3.5",
"oomphinc/composer-installers-extender": "^2.0",
"vlucas/phpdotenv": "^5.5",
"wpackagist-plugin/accessibility-checker": "^1.10",
"wpackagist-plugin/delete-me": "^3.1",
"wpackagist-plugin/miniorange-oauth-20-server": "^6.0",
"wpackagist-plugin/olympus-google-fonts": "^3.6",
"wpackagist-plugin/svg-support": "^2.5",
"wpackagist-plugin/tidio-live-chat": "^6.0",
"wpackagist-plugin/top-bar": "^3.0",
"wpackagist-plugin/user-switching": "^1.7",
"wpackagist-plugin/woocommerce": "^8.6",
"wpackagist-plugin/woocommerce-gateway-stripe": "^8.2",
"wpackagist-plugin/woocommerce-services": "^2.5",
"wpackagist-plugin/wp-crontrol": "^1.16",
"wpackagist-plugin/zapier": "^1.0",
"wpengine/advanced-custom-fields-pro": "^6.2"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"squizlabs/php_codesniffer": "^3.7",
"wp-coding-standards/wpcs": "^3.0"
},
"extra": {
"installer-types": [
"bower-asset",
"npm-asset"
],
"installer-paths": {
"../{$name}": [
"type:wordpress-muplugin"
],
"../../plugins/{$name}": [
"type:wordpress-plugin"
],
"../../themes/{$name}": [
"type:wordpress-theme"
]
},
"patches": {}
}
"name": "viget/goodbids.org",
"description": "The WordPress project set up for the goodbids.org main plugin.",
"type": "project",
"authors": [
{
"name": "Viget"
}
],
"homepage": "https://github.com/wpcomvip/goodbids",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"cweagans/composer-patches": true,
"oomphinc/composer-installers-extender": true,
"bshaffer/oauth2-server-httpfoundation-bridge": true,
"bshaffer/oauth2-server-php": true
},
"vendor-dir": "vendor"
},
"autoload": {
"psr-4": {
"GoodBids\\": [
"src/classes/",
"src/classes/*",
"src/classes/*/*"
]
}
},
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "composer",
"url": "https://connect.advancedcustomfields.com"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"php": "^8.1",
"ext-mbstring": "*",
"composer/installers": "^1 || ^2",
"cweagans/composer-patches": "^1.7",
"firebase/php-jwt": "^6.10",
"illuminate/collections": "^10.38",
"monolog/monolog": "^3.5",
"oomphinc/composer-installers-extender": "^2.0",
"vlucas/phpdotenv": "^5.5",
"wpackagist-plugin/accessibility-checker": "^1.10",
"wpackagist-plugin/delete-me": "^3.1",
"wpackagist-plugin/miniorange-oauth-20-server": "^6.0",
"wpackagist-plugin/olympus-google-fonts": "^3.6",
"wpackagist-plugin/svg-support": "^2.5",
"wpackagist-plugin/top-bar": "^3.0",
"wpackagist-plugin/user-switching": "^1.7",
"wpackagist-plugin/woocommerce": "^8.6",
"wpackagist-plugin/woocommerce-gateway-stripe": "^8.2",
"wpackagist-plugin/woocommerce-services": "^2.5",
"wpackagist-plugin/wp-crontrol": "^1.16",
"wpengine/advanced-custom-fields-pro": "^6.2"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"squizlabs/php_codesniffer": "^3.7",
"wp-coding-standards/wpcs": "^3.0"
},
"extra": {
"installer-types": [
"bower-asset",
"npm-asset"
],
"installer-paths": {
"../{$name}": [
"type:wordpress-muplugin"
],
"../../plugins/{$name}": [
"type:wordpress-plugin"
],
"../../themes/{$name}": [
"type:wordpress-theme"
]
},
"patches": {}
}
}
Loading

0 comments on commit b2e1ccf

Please sign in to comment.