{
    "name": "bookiflex/plugin",
    "description": "BookiFlex - Direct Booking Widget for Apartments and Short-Term Rentals",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Vitali Menshakou",
            "email": "vitali@bookiflex.com"
        }
    ],
    "minimum-stability": "stable",
    "prefer-stable": true,
    "require": {
        "php": ">=8.1",
        "brick/math": "^0.13",
        "cycle/annotated": "^4.4",
        "cycle/database": "^2.15",
        "cycle/orm": "^2.14",
        "doctrine/collections": "^2.6",
        "flux-se/payum-stripe": "^2.0",
        "freemius/wordpress-sdk": "^2.13",
        "htmlburger/carbon-fields": "^3.6",
        "payum/core": "1.7.7",
        "payum/offline": "1.7.7",
        "php-http/guzzle7-adapter": "^1.1",
        "php-http/message-factory": "^1.1",
        "pimple/pimple": "^3.6",
        "psr/http-message": "1.1",
        "psr/log": "^3.0",
        "sabre/vobject": "^4.5",
        "symfony/css-selector": "^6.4",
        "symfony/event-dispatcher": "^6.4",
        "symfony/finder": "^6.4",
        "symfony/mailer": "^6.4",
        "symfony/options-resolver": "^6.4",
        "symfony/twig-bridge": "^6.4",
        "symfony/uid": "^6.4",
        "twig/cssinliner-extra": "^3.23",
        "twig/twig": "^3.23",
        "vaened/php-price-engine": "v4.1.0",
        "woocommerce/action-scheduler": "^3.9"
    },
    "require-dev": {
        "league/openapi-psr7-validator": "^0.22",
        "nyholm/psr7": "^1.8",
        "phpstan/phpstan": "^2.1",
        "phpunit/phpunit": "^9.6",
        "rector/rector": "^2.3",
        "roots/wordpress-no-content": "^6.8",
        "squizlabs/php_codesniffer": "^3.7",
        "szepeviktor/phpstan-wordpress": "^2.0",
        "wp-phpunit/wp-phpunit": "^6.4",
        "yoast/phpunit-polyfills": "^2.0"
    },
    "autoload": {
        "psr-4": {
            "BookiFlex\\Plugin\\": "src/",
            "BookiFlex\\Core\\": "src/Core",
            "BookiFlex\\Extensions\\": "src/Extensions"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "BookiFlex\\Tests\\": "tests/"
        }
    },
    "config": {
        "autoloader-suffix": "BookiFlex",
        "sort-packages": true,
        "platform": {
            "php": "8.1"
        },
        "allow-plugins": {
            "composer/installers": true
        }
    },
    "scripts": {
        "test:unit": "phpunit --configuration phpunit-unit.xml",
        "test:integration": "phpunit --configuration phpunit-pro.xml --testsuite 'Pro Integration'",
        "test:free": "phpunit --configuration phpunit-free.xml",
        "test:pro": "phpunit --configuration phpunit-pro.xml",
        "test:all": [
            "@test:unit",
            "@test:free",
            "@test:pro"
        ],
        "build": "composer install --no-dev --optimize-autoloader",
        "analyze": "php -d memory_limit=1024M vendor/bin/phpstan analyse -c ./phpstan.neon"
    }
}
