- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
47 lines
1.5 KiB
JSON
Executable File
47 lines
1.5 KiB
JSON
Executable File
{
|
|
"name": "fluent-smtp/fluent-smtp-3rd-party",
|
|
"description": "FluentSMTP 3rd pary Libs",
|
|
"license": "Apache-2.0",
|
|
"type": "wordpress-plugin",
|
|
"homepage": "https://fluentsmtp.com",
|
|
"require-dev": {},
|
|
"require": {
|
|
"google/apiclient": "^2.14.0"
|
|
},
|
|
"extra": {
|
|
"google/apiclient-services": [
|
|
"Gmail"
|
|
]
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.4.33"
|
|
},
|
|
"sort-packages": true
|
|
},
|
|
"autoload": {
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"@prefix-dependencies"
|
|
],
|
|
"post-update-cmd": [
|
|
"@prefix-dependencies"
|
|
],
|
|
"prefix-dependencies": [
|
|
"mkdir -p php-scoper && echo '{ \"require\": { \"humbug/php-scoper\": \"^0.13.0\" }, \"config\": { \"platform\": { \"php\": \"7.4\" }, \"allow-plugins\": { \"composer/package-versions-deprecated\": true } }, \"minimum-stability\": \"dev\", \"prefer-stable\": true }' > php-scoper/composer.json",
|
|
"@composer --working-dir=php-scoper install",
|
|
"@php -dxdebug.mode=off php-scoper/vendor/bin/php-scoper add --output-dir=./build/vendor --force --quiet",
|
|
"rm -rf php-scoper",
|
|
"@autoload-third-party"
|
|
],
|
|
"autoload-third-party": [
|
|
"echo '{ \"autoload\": { \"classmap\": [\"\"] } }' > build/composer.json",
|
|
"@composer --working-dir=build dump-autoload --classmap-authoritative --no-interaction",
|
|
"cp vendor/composer/autoload_files.php build/vendor/composer",
|
|
"rm -rf vendor && rm -rf composer.lock",
|
|
"rm -rf build/vendor/scoper-autoload.php"
|
|
]
|
|
}
|
|
}
|