{
    "name": "sco-rugby/club-api",
    "description": "Application backend de gestion du club du SCO Rugby",
    "type": "project",
    "license": "proprietary",
    "minimum-stability": "stable",
    "prefer-stable": true,
    "repositories": [
        {
            "type": "gitlab",
            "url": "https://gitlab.com/sco-rugby/api-caller.git"
        },
        {
            "type": "gitlab",
            "url": "https://gitlab.com/sco-rugby/core-bundle.git"
        },
        {
            "type": "gitlab",
            "url": "https://gitlab.com/sco-rugby/traitement-bundle.git"
        },
        {
            "type": "gitlab",
            "url": "https://gitlab.com/sco-rugby/rest-api-bundle.git"
        }
    ],
    "require": {
        "php": ">=8.1",
        "ext-ctype": "*",
        "ext-iconv": "*",
        "doctrine/dbal": "^3",
        "doctrine/doctrine-bundle": "^2.12",
        "doctrine/doctrine-migrations-bundle": "^3.3",
        "doctrine/orm": "^3.2",
        "doskyft/helloasso-php": "^1.1",
        "friendsofsymfony/rest-bundle": "^3.7",
        "nelmio/api-doc-bundle": "^4.26",
        "nelmio/cors-bundle": "^2.4",
        "ovh/ovh": "^3.3",
        "phpdocumentor/reflection-docblock": "^5.4",
        "phpoffice/phpspreadsheet": "^2",
        "phpstan/phpdoc-parser": "^1.29",
        "sco-rugby/api-caller": "^1.0",
        "sco-rugby/core-bundle": "^1.0",
        "sco-rugby/rest-api-bundle": "^1.0",
        "sco-rugby/traitement-bundle": "^1.0",
        "symfony/asset": "7.1.*",
        "symfony/console": "7.1.*",
        "symfony/doctrine-messenger": "v7.1.*",
        "symfony/dotenv": "7.1.*",
        "symfony/expression-language": "7.1.*",
        "symfony/filesystem": "7.1.*",
        "symfony/flex": "^2",
        "symfony/form": "7.1.*",
        "symfony/framework-bundle": "7.1.*",
        "symfony/http-client": "7.1.*",
        "symfony/intl": "7.1.*",
        "symfony/messenger": "7.1.*",
        "symfony/process": "7.1.*",
        "symfony/property-access": "7.1.*",
        "symfony/property-info": "7.1.*",
        "symfony/requirements-checker": "^2.0",
        "symfony/runtime": "7.1.*",
        "symfony/security-bundle": "7.1.*",
        "symfony/serializer": "7.1.*",
        "symfony/string": "7.1.*",
        "symfony/translation": "7.1.*",
        "symfony/twig-bundle": "7.1.*",
        "symfony/uid": "7.1.*",
        "symfony/validator": "7.1.*",
        "symfony/webhook": "7.1.*",
        "symfony/yaml": "7.1.*",
        "twig/extra-bundle": "^2.12|^3.0",
        "twig/twig": "^2.12|^3.0"
    },
    "require-dev": {
        "doctrine/doctrine-fixtures-bundle": "^3.6",
        "phpunit/phpunit": "^9.5",
        "symfony/debug-bundle": "7.1.*",
        "symfony/maker-bundle": "^1.59",
        "symfony/phpunit-bridge": "^6.4",
        "symfony/stopwatch": "7.1.*"
    },
    "config": {
        "allow-plugins": {
            "symfony/flex": true,
            "symfony/runtime": true
        },
        "sort-packages": true
    },
    "autoload": {
        "psr-4": {
            "App\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "App\\Tests\\": "tests/"
        }
    },
    "replace": {
        "symfony/polyfill-ctype": "*",
        "symfony/polyfill-iconv": "*",
        "symfony/polyfill-php72": "*",
        "symfony/polyfill-php73": "*",
        "symfony/polyfill-php74": "*",
        "symfony/polyfill-php80": "*",
        "symfony/polyfill-php81": "*"
    },
    "scripts": {
        "auto-scripts": {
            "cache:clear": "symfony-cmd",
            "assets:install %PUBLIC_DIR%": "symfony-cmd",
            "requirements-checker": "script"
        },
        "post-install-cmd": [
            "@auto-scripts"
        ],
        "post-update-cmd": [
            "@auto-scripts"
        ]
    },
    "conflict": {
        "symfony/symfony": "*"
    },
    "extra": {
        "symfony": {
            "allow-contrib": true,
            "require": "7.1.*",
            "docker": true
        }
    }
}
