38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
|
|
{
|
||
|
|
"name": "informatiq/smart-google-pricing",
|
||
|
|
"description": "WooCommerce plugin for automated pricing based on Google Merchant Center data",
|
||
|
|
"type": "wordpress-plugin",
|
||
|
|
"license": "GPL-2.0-or-later",
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Mălin Cenușă",
|
||
|
|
"email": "contact@malin.ro",
|
||
|
|
"homepage": "https://malin.ro"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.4",
|
||
|
|
"google/apiclient": "^2.15"
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Informatiq\\SmartPricing\\": "includes/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"config": {
|
||
|
|
"optimize-autoloader": true,
|
||
|
|
"sort-packages": true,
|
||
|
|
"allow-plugins": {
|
||
|
|
"composer/installers": true
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"minimum-stability": "stable",
|
||
|
|
"prefer-stable": true,
|
||
|
|
"scripts": {
|
||
|
|
"post-install-cmd": [
|
||
|
|
"@php -r \"echo '\\n✓ Google API Client installed successfully!\\n';\"",
|
||
|
|
"@php -r \"echo 'You can now distribute the plugin with vendor/ directory included.\\n';\""
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|