|
|
- {
- "type": "project",
- "license": "proprietary",
- "minimum-stability": "stable",
- "prefer-stable": true,
- "require": {
- "php": ">=8.2",
- "ext-ctype": "*",
- "ext-iconv": "*",
- "doctrine/dbal": "^3",
- "doctrine/doctrine-bundle": "^2.12",
- "doctrine/doctrine-migrations-bundle": "^3.3",
- "doctrine/orm": "^3.2",
- "jmikola/geojson": "^1.0",
- "knplabs/knp-paginator-bundle": "^6.4",
- "league/commonmark": "^2.4",
- "league/html-to-markdown": "^5.1",
- "stof/doctrine-extensions-bundle": "^1.12",
- "symfony/asset": "7.1.*",
- "symfony/asset-mapper": "7.1.*",
- "symfony/console": "7.1.*",
- "symfony/dotenv": "7.1.*",
- "symfony/flex": "^2",
- "symfony/form": "7.1.*",
- "symfony/framework-bundle": "7.1.*",
- "symfony/runtime": "7.1.*",
- "symfony/stimulus-bundle": "^2.18",
- "symfony/twig-bundle": "7.1.*",
- "symfony/validator": "7.1.*",
- "symfony/workflow": "7.1.*",
- "symfony/yaml": "7.1.*",
- "twig/extra-bundle": "^2.12|^3.0",
- "twig/intl-extra": "^3.10",
- "twig/markdown-extra": "^3.10",
- "twig/twig": "^2.12|^3.0"
- },
- "require-dev": {
- "doctrine/doctrine-fixtures-bundle": "^3.6",
- "symfony/debug-bundle": "7.1.*",
- "symfony/maker-bundle": "^1.60",
- "symfony/stopwatch": "7.1.*",
- "symfony/web-profiler-bundle": "7.1.*"
- },
- "config": {
- "allow-plugins": {
- "php-http/discovery": true,
- "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": "*",
- "symfony/polyfill-php82": "*"
- },
- "scripts": {
- "auto-scripts": {
- "cache:clear": "symfony-cmd",
- "assets:install %PUBLIC_DIR%": "symfony-cmd",
- "importmap:install": "symfony-cmd"
- },
- "post-install-cmd": [
- "@auto-scripts"
- ],
- "post-update-cmd": [
- "@auto-scripts"
- ]
- },
- "conflict": {
- "symfony/symfony": "*"
- },
- "extra": {
- "symfony": {
- "allow-contrib": false,
- "require": "7.1.*"
- }
- }
- }
|