{
    "name": "frontastic/common",
    "license": "None",
    "version": "2.49.2",
    "repositories": [
        {
            "type": "path",
            "url": "../*"
        }
    ],
    "config": {
        "sort-packages": true,
        "optimize-autoloader": true
    },
    "conflict": {
        "frontastic/catwalk": "<1.68.0"
    },
    "require": {
        "ext-json": "*",
        "ackintosh/ganesha": "^1.2",
        "algolia/algoliasearch-client-php": "^3.0",
        "beberlei/assert": "^3.2",
        "behat/transliterator": "^1.3",
        "cache/filesystem-adapter": "^1.0",
        "cloudinary/cloudinary_php": "^1.8",
        "composer/package-versions-deprecated": "@stable",
        "contentful/contentful": "^6.0|^7.0",
        "doctrine/cache": "^1.13||^2.2",
        "slickdeals/statsd": "^2.6",
        "frontastic/data-object": "@stable",
        "guzzlehttp/guzzle": "^6.3||^7",
        "guzzlehttp/promises": "^1.5|^2.0",
        "justinrainbow/json-schema": "^5",
        "league/oauth2-client": "^2.3",
        "myclabs/deep-copy": "^1.0",
        "ramsey/uuid": "^3.9||^4",
        "seld/jsonlint": "@stable",
        "symfony/mailer": "^5.4||^6.4",
        "symfony/config": "^5.4||^6.4",
        "symfony/console": "^5.4||^6.4",
        "symfony/dependency-injection": "^5.4||^6.4",
        "symfony/dotenv": "^5.4||^6.4",
        "symfony/event-dispatcher": "^5.4||^6.4",
        "symfony/expression-language": "^5.4||^6.4",
        "symfony/finder": "^5.4||^6.4",
        "symfony/form": "^5.4||^6.4",
        "symfony/framework-bundle": "^5.4||^6.4",
        "symfony/http-kernel": "^5.4||^6.4",
        "symfony/routing": "^5.4||^6.4",
        "symfony/security-core": "^5.4||^6.4",
        "symfony/yaml": "^5.4||^6.4",
        "twig/twig": "^2.0||^3.0",
        "woohoolabs/yang": "^2.3"
    },
    "require-dev": {
        "doctrine/collections": "^1.0|^2.0",
        "doctrine/common": "^3.0",
        "pdepend/pdepend": "@stable",
        "phake/phake": "^4.0",
        "phploc/phploc": "@stable",
        "phpmd/phpmd": "@stable",
        "phpstan/phpstan": "^1.10",
        "phpunit/phpunit": "^9",
        "sebastian/phpcpd": "@stable",
        "squizlabs/php_codesniffer": "@stable",
        "symfony/phpunit-bridge": "^5.4||^6.4",
        "symfony/twig-bundle": "^5.4||^6.4"
    },
    "suggest": {
        "algolia/algoliasearch-client-php": "Marked as suggested to avoid conflicts with users on previous versions"
    },
    "autoload": {
        "psr-4": {
            "Frontastic\\Common\\": "src/php/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Frontastic\\Common\\": "test/php/",
            "Frontastic\\Common\\ApiTests\\": "test/api/"
        }
    },
    "scripts": {
        "phpstan": [
            "vendor/bin/phpstan analyze --ansi -c phpstan.neon src/php/"
        ],
        "api-tests": [
            "phpunit --configuration phpunit.api.xml --colors=always"
        ],
        "api-tests-debug": [
            "php -dxdebug.remote_autostart=1 vendor/bin/phpunit --configuration phpunit.api.xml --colors=always"
        ]
    }
}
