File: //var/chroot/var/www/wp-content/mu-plugins/vendor/wpex/godaddy-launch/composer.json
{
"name": "wpex/godaddy-launch",
"description": "",
"type": "wordpress-plugin",
"license": "GPL-2.0-only",
"authors": [
{
"name": "GoDaddy",
"homepage": "https://godaddy.com"
}
],
"extra": {
"mozart": {
"dep_namespace": "GoDaddy\\WordPress\\Plugins\\Launch\\Dependencies\\",
"dep_directory": "/includes/Dependencies/",
"classmap_directory": "/includes/classes/dependencies/",
"classmap_prefix": "GDL_"
}
},
"autoload": {
"psr-4": {
"GoDaddy\\WordPress\\Plugins\\Launch\\": "includes"
}
},
"config": {
"platform": {
"php": "8.0.2"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"sort-packages": true
},
"require": {
"php": ">=8.0",
"godaddy-wordpress/styles": "^2.0",
"illuminate/container": "^9"
},
"require-dev": {
"coenjacobs/mozart": "^0.7.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"godaddy-wordpress/json2po": "^1.0",
"godaddy-wordpress/pot2json": "^1.0",
"johnpbloch/wordpress-core": "^6.3",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"wp-coding-standards/wpcs": "^2.3",
"wp-phpunit/wp-phpunit": "^6.1",
"yoast/phpunit-polyfills": "^1.1.0"
},
"scripts": {
"lint": "phpcs --standard=phpcs.xml",
"format": "phpcbf --standard=phpcs.xml --report-summary --report-source",
"test": "phpunit",
"prepare-release": "bash .dev/bin/prepare-release.sh",
"build-release": [
"rm -r ./vendor",
"@composer dump-autoload --optimize",
"git archive $(git branch --show-current) -o \"../godaddy-launch-$(cat godaddy-launch.php | grep Version | sed 's/* Version://g' | awk '{$1=$1};1').zip\"",
"@composer install",
"echo \"Archive available at ../godaddy-launch-$(cat godaddy-launch.php | grep Version | sed 's/* Version://g' | awk '{$1=$1};1').zip\""
],
"mozart-compose": [
"\"vendor/bin/mozart\" compose",
"composer dump-autoload",
"@php -r \"copy('https://raw.githubusercontent.com/php-fig/container/master/LICENSE', 'includes/Dependencies/Psr/Container/LICENSE');\"",
"find ./includes/Dependencies/Illuminate -type d ! -name Illuminate ! -name Contracts ! -name Container -exec rm -rf {} 2> /dev/null \\; || true",
"find ./includes/Dependencies/Psr -type d ! -name Psr ! -name Container -exec rm -rf {} 2> /dev/null \\; || true",
"find ./includes/Dependencies/GoDaddy/Styles -type f ! -name StylesLoader.php ! -name \"*.css\" -exec rm -rf {} 2> /dev/null \\; || true",
"rm -rf ./includes/Dependencies/GoDaddy/Styles/phpunit; rm -rf ./includes/Dependencies/GoDaddy/Styles/src;"
]
}
}