HEX
Server: nginx/1.27.1
System: Linux in-3 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
User: ivenus-clone (3297)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v4513/ivenusin/public_html/wp-content/plugins/acf-country-2.0/composer.json
{
    "name": "hellonico/acf-country",
    "type": "wordpress-plugin",
    "description": "Add a country field to ACF (Advanced Custom Fields)",
    "keywords": [
        "acf",
        "advanced custom fields",
        "country"
    ],
    "homepage": "https://github.com/nlemoine/acf-country",
    "license": "MIT",
    "authors": [
        {
            "name": "Nicolas Lemoine",
            "email": "[email protected]",
            "homepage": "https://helloni.co/"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "composer/installers": "^1.0"
    },
    "require-dev": {
        "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
        "phpcompatibility/phpcompatibility-wp": "^2.0",
        "umpirsky/country-list": "*",
        "wp-coding-standards/wpcs": "^1.1"
    },
    "prefer-stable": true,
    "scripts": {
        "post-install-cmd": [
            "@install-codestandards",
            "@configure-phpcs",
            "@sync-country-data"
        ],
        "post-update-cmd": [
            "@configure-phpcs",
            "@sync-country-data"
        ],
        "configure-phpcs": [
            "if [ -f vendor/bin/phpcs ]; then \"vendor/bin/phpcs\" --config-set colors 1; fi",
            "if [ -f vendor/bin/phpcs ]; then \"vendor/bin/phpcs\" --config-set show_progress 0; fi",
            "if [ -f vendor/bin/phpcs ]; then \"vendor/bin/phpcs\" --config-set report_width auto; fi",
            "if [ -f vendor/bin/phpcs ]; then \"vendor/bin/phpcs\" --config-set encoding utf-8; fi",
            "if [ -f vendor/bin/phpcs ]; then \"vendor/bin/phpcs\" --config-set ignore_warnings_on_exit 1; fi"
        ],
        "install-codestandards": [
            "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run"
        ],
        "sync-country-data": [
            "rsync -zavr --include '*/' --include '*.php' --exclude '*' --prune-empty-dirs vendor/umpirsky/country-list/data ."
        ],
        "test": "./vendor/bin/phpcs",
        "fix": "./vendor/bin/phpcbf"
    },
    "support": {
        "issues": "https://github.com/nlemoine/acf-country/issues",
        "source": "https://github.com/nlemoine/acf-country.git"
    }
}