File: /home/kbdhpghp/public_html/aqualander/wp-content/plugins/hostinger-easy-onboarding/composer.json
{
"name": "hostinger/hostinger-easy-onboarding",
"minimum-stability": "dev",
"repositories": [
{
"type": "vcs",
"url": "git@github.com:hostinger/hostinger-wp-helper.git"
},
{
"type": "vcs",
"url": "git@github.com:hostinger/hostinger-wp-menu-manager.git"
},
{
"type": "vcs",
"url": "git@github.com:hostinger/hostinger-wp-surveys.git"
},
{
"type": "vcs",
"url": "git@github.com:hostinger/hostinger-wp-amplitude.git"
}
],
"require": {
"php": ">=8.0",
"yahnis-elsts/plugin-update-checker": "^5.4",
"hostinger/hostinger-wp-helper": "^1.0",
"hostinger/hostinger-wp-menu-manager": "^1.2",
"hostinger/hostinger-wp-surveys": "^1.1",
"hostinger/hostinger-wp-amplitude": "^1.0",
"automattic/jetpack-autoloader": "^5.0"
},
"autoload": {
"psr-4": {
"Hostinger\\EasyOnboarding\\": "includes/"
}
},
"autoload-dev": {
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.7",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"phpcompatibility/phpcompatibility-wp": "*",
"wp-coding-standards/wpcs": "^3.0"
},
"scripts": {
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"automattic/jetpack-autoloader": true
},
"platform-check": false
}
}