{
    "type": "project",
    "name": "rapsys/veranda",
    "description": "Gallery browsing system",
    "license": "AGPL-3.0-or-later",
    "minimum-stability": "stable",
    "prefer-stable": true,
    "require": {
        "php": ">=8.2.0",
        "ext-ctype": "*",
        "ext-iconv": "*",
        "doctrine/doctrine-bundle": "^2.0",
        "doctrine/orm": "^2.0",
        "rapsys/packbundle": "^1.0",
        "rapsys/treebundle": "^1.0",
        "rapsys/userbundle": "^1.0",
        "symfony/asset": "^7.0",
        "symfony/console": "^7.0",
        "symfony/dotenv": "^7.0",
        "symfony/flex": "^2.0",
        "symfony/form": "^7.0",
        "symfony/framework-bundle": "^7.0",
        "symfony/mailer": "^7.0",
        "symfony/process": "^7.0",
        "symfony/runtime": "^7.0",
        "symfony/security-bundle": "^7.0",
        "symfony/translation": "^7.0",
        "symfony/twig-bundle": "^7.0",
        "symfony/validator": "^7.0",
        "symfony/yaml": "^7.0",
        "twig/html-extra": "^3.0",
        "twig/intl-extra": "^3.0"
    },
    "require-dev": {
        "doctrine/doctrine-fixtures-bundle": "^3.0",
        "nikic/php-parser": "^5.0",
        "symfony/stopwatch": "^7.0",
        "symfony/web-profiler-bundle": "^7.0"
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": {
            "*": "dist"
        },
        "sort-packages": true,
        "allow-plugins": {
            "symfony/flex": true,
            "symfony/runtime": 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": "*"
    },
    "repositories": [
        {
            "type": "package",
            "package": {
                "name": "rapsys/packbundle",
                "version": "1.0",
                "source": {
                    "type": "git",
                    "url": "https://rapsys@git.rapsys.eu/packbundle",
                    "reference": "master"
                },
                "autoload": {
                    "psr-4": {
                        "Rapsys\\PackBundle\\": ""
                    }
                },
                "require": {
                    "symfony/asset": "^7.0",
                    "symfony/flex": "^2.0",
                    "symfony/framework-bundle": "^7.0",
                    "symfony/process": "^7.0",
                    "symfony/twig-bundle": "^7.0"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "rapsys/userbundle",
                "version": "1.0",
                "source": {
                    "type": "git",
                    "url": "https://rapsys@git.rapsys.eu/userbundle",
                    "reference": "master"
                },
                "autoload": {
                    "psr-4": {
                        "Rapsys\\UserBundle\\": ""
                    }
                },
                "require": {
                    "doctrine/doctrine-bundle": "^2.0",
                    "doctrine/orm": "^2.0",
                    "rapsys/packbundle": "^1.0",
                    "symfony/flex": "^2.0",
                    "symfony/form": "^7.0",
                    "symfony/framework-bundle": "^7.0",
                    "symfony/mailer": "^7.0",
                    "symfony/security-bundle": "^7.0",
                    "symfony/validator": "^7.0"
                },
                "require-dev": {
                    "doctrine/doctrine-fixtures-bundle": "^3.0"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "rapsys/treebundle",
                "version": "1.0",
                "source": {
                    "type": "git",
                    "url": "https://rapsys@git.rapsys.eu/treebundle",
                    "reference": "master"
                },
                "autoload": {
                    "psr-4": {
                        "Rapsys\\TreeBundle\\": ""
                    }
                },
                "require": {
                    "doctrine/doctrine-bundle": "^2.0",
                    "rapsys/packbundle": "^1.0",
                    "symfony/flex": "^2.0",
                    "symfony/form": "^7.0",
                    "symfony/framework-bundle": "^7.0",
                    "symfony/security-bundle": "^7.0",
                    "symfony/validator": "^7.0"
                },
                "require-dev": {
                    "doctrine/doctrine-fixtures-bundle": "^3.0"
                }
            }
        }
    ],
    "scripts": {
        "auto-scripts": {
            "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd",
            "cache:clear": "symfony-cmd"
        },
        "post-install-cmd": [
            "@auto-scripts"
        ],
        "post-update-cmd": [
            "@auto-scripts"
        ]
    },
    "conflict": {
        "symfony/symfony": "*"
    },
    "extra": {
        "branch-alias": {
        },
        "symfony": {
            "allow-contrib": true,
            "docker": false,
            "endpoint": [
                "https://git.rapsys.eu/recipe/blob_plain/HEAD:/index.json",
                "flex://defaults"
            ],
            "require": "^7.0"
        },
        "symfony-assets-install": "relative"
    }
}
