{
    "name": "threadi/personio-integration-light",
    "version": "5.4.2",
    "description": "This plugin supports the embedding of Personio in WordPress.",
    "authors": [
        {
            "name": "Thomas Zwirner",
            "email": "tz@laolaweb.com"
        }
    ],
    "type": "wordpress-plugin",
    "homepage": "https://laolaweb.com",
    "minimum-stability": "stable",
    "scripts": {
        "post-install-cmd": [
            "\"vendor/bin/mozart\" compose",
            "composer dump-autoload"
        ],
        "post-update-cmd": [
            "\"vendor/bin/mozart\" compose",
            "composer dump-autoload"
        ],
        "test": "phpunit",
        "test-install": "bash bin/install-wp-tests.sh wordpress_test root 'debian' 127.0.0.1 latest",
        "test-install-during-build": "bash bin/install-wp-tests.sh wordpress_test root 'debian' 127.0.0.1 latest false true"
    },
    "extra": {
        "mozart": {
            "dep_namespace": "PersonioIntegrationLight\\Dependencies\\",
            "dep_directory": "/app/Dependencies/",
            "classmap_directory": "/libs/classes/dependencies/",
            "classmap_prefix": "PersonioIntegrationLight",
            "packages": [
                "threadi/easy-transients-for-wordpress"
            ]
        }
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "phpstan/extension-installer": true
        },
        "optimize-autoloader": true,
        "classmap-authoritative": true,
        "apcu-autoloader": true,
        "prepend-autoloader": false,
        "platform-check": false
    },
    "autoload": {
        "psr-4": {
            "PersonioIntegrationLight\\": "app/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "PersonioIntegrationLight\\Tests\\": "tests/"
        }
    },
    "require": {
        "php": "^8.1",
        "threadi/easy-dialog-for-wordpress": "^1.0.1",
        "threadi/easy-setup-for-wordpress": "^1.3.1",
        "threadi/easy-settings-for-wordpress": "^2.1.3",
        "threadi/easy-transients-for-wordpress": "^1.4.3",
        "threadi/crypt-for-wordpress": "^1.2.0",
        "ext-simplexml": "*",
        "ext-libxml": "*"
    },
    "require-dev": {
        "wp-coding-standards/wpcs": "^3.1.0",
        "pronamic/wp-documentor": "^1.3",
        "matthiasmullie/minify": "^1.3",
        "automattic/vipwpcs": "^3.0",
        "phpstan/phpstan": "^2.1",
        "szepeviktor/phpstan-wordpress": "^2.0",
        "phpstan/extension-installer": "^1.4",
        "php-stubs/wp-cli-stubs": "^2.11",
        "coenjacobs/mozart": "^0.7.1",
        "phpcompatibility/phpcompatibility-wp": "^2.1",
        "dealerdirect/phpcodesniffer-composer-installer": "^1.2",
        "yoast/phpunit-polyfills": "^1.0",
        "wp-phpunit/wp-phpunit": "^6.3"
    }
}
