You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
337 lines
9.4 KiB
337 lines
9.4 KiB
{ |
|
"doctrine/deprecations": { |
|
"version": "1.1", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "1.0", |
|
"ref": "87424683adc81d7dc305eefec1fced883084aab9" |
|
} |
|
}, |
|
"doctrine/doctrine-bundle": { |
|
"version": "2.13", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "2.13", |
|
"ref": "8d96c0b51591ffc26794d865ba3ee7d193438a83" |
|
}, |
|
"files": [ |
|
"./config/packages/doctrine.yaml", |
|
"./src/Entity/.gitignore", |
|
"./src/Repository/.gitignore" |
|
] |
|
}, |
|
"doctrine/doctrine-migrations-bundle": { |
|
"version": "3.3", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "3.1", |
|
"ref": "1d01ec03c6ecbd67c3375c5478c9a423ae5d6a33" |
|
}, |
|
"files": [ |
|
"./config/packages/doctrine_migrations.yaml", |
|
"./migrations/.gitignore" |
|
] |
|
}, |
|
"endroid/qr-code-bundle": { |
|
"version": "6.0.0" |
|
}, |
|
"friendsofsymfony/elastica-bundle": { |
|
"version": "6.5", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes-contrib", |
|
"branch": "main", |
|
"version": "5.0", |
|
"ref": "46c9cd2c1e07f0fcfd97e96f12b03b2e0845c4cd" |
|
} |
|
}, |
|
"phpunit/phpunit": { |
|
"version": "9.6", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "9.6", |
|
"ref": "7364a21d87e658eb363c5020c072ecfdc12e2326" |
|
}, |
|
"files": [ |
|
".env.test", |
|
"phpunit.xml.dist", |
|
"tests/bootstrap.php" |
|
] |
|
}, |
|
"symfony/asset-mapper": { |
|
"version": "7.1", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "6.4", |
|
"ref": "5ad1308aa756d58f999ffbe1540d1189f5d7d14a" |
|
}, |
|
"files": [ |
|
"./assets/app.js", |
|
"./assets/styles/app.css", |
|
"./config/packages/asset_mapper.yaml", |
|
"./importmap.php" |
|
] |
|
}, |
|
"symfony/console": { |
|
"version": "7.1", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "5.3", |
|
"ref": "1781ff40d8a17d87cf53f8d4cf0c8346ed2bb461" |
|
}, |
|
"files": [ |
|
"bin/console" |
|
] |
|
}, |
|
"symfony/flex": { |
|
"version": "2.8", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "2.4", |
|
"ref": "52e9754527a15e2b79d9a610f98185a1fe46622a" |
|
}, |
|
"files": [ |
|
".env", |
|
".env.dev" |
|
] |
|
}, |
|
"symfony/form": { |
|
"version": "7.2", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "7.2", |
|
"ref": "7d86a6723f4a623f59e2bf966b6aad2fc461d36b" |
|
}, |
|
"files": [ |
|
"config/packages/csrf.yaml" |
|
] |
|
}, |
|
"symfony/framework-bundle": { |
|
"version": "7.1", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "7.0", |
|
"ref": "6356c19b9ae08e7763e4ba2d9ae63043efc75db5" |
|
}, |
|
"files": [ |
|
"config/packages/cache.yaml", |
|
"config/packages/framework.yaml", |
|
"config/preload.php", |
|
"config/routes/framework.yaml", |
|
"config/services.yaml", |
|
"public/index.php", |
|
"src/Controller/.gitignore", |
|
"src/Kernel.php" |
|
] |
|
}, |
|
"symfony/maker-bundle": { |
|
"version": "1.61", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "1.0", |
|
"ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f" |
|
} |
|
}, |
|
"symfony/mercure-bundle": { |
|
"version": "0.4", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "0.3", |
|
"ref": "528285147494380298f8f991ee8c47abebaf79db" |
|
}, |
|
"files": [ |
|
"config/packages/mercure.yaml" |
|
] |
|
}, |
|
"symfony/messenger": { |
|
"version": "7.1", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "6.0", |
|
"ref": "ba1ac4e919baba5644d31b57a3284d6ba12d52ee" |
|
}, |
|
"files": [ |
|
"config/packages/messenger.yaml" |
|
] |
|
}, |
|
"symfony/phpunit-bridge": { |
|
"version": "7.2", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "6.3", |
|
"ref": "a411a0480041243d97382cac7984f7dce7813c08" |
|
}, |
|
"files": [ |
|
".env.test", |
|
"bin/phpunit", |
|
"phpunit.xml.dist", |
|
"tests/bootstrap.php" |
|
] |
|
}, |
|
"symfony/property-info": { |
|
"version": "7.3", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "7.3", |
|
"ref": "dae70df71978ae9226ae915ffd5fad817f5ca1f7" |
|
}, |
|
"files": [ |
|
"./config/packages/property_info.yaml" |
|
] |
|
}, |
|
"symfony/routing": { |
|
"version": "7.1", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "7.0", |
|
"ref": "21b72649d5622d8f7da329ffb5afb232a023619d" |
|
}, |
|
"files": [ |
|
"config/packages/routing.yaml", |
|
"config/routes.yaml" |
|
] |
|
}, |
|
"symfony/security-bundle": { |
|
"version": "7.1", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "6.4", |
|
"ref": "2ae08430db28c8eb4476605894296c82a642028f" |
|
}, |
|
"files": [ |
|
"config/packages/security.yaml", |
|
"config/routes/security.yaml" |
|
] |
|
}, |
|
"symfony/stimulus-bundle": { |
|
"version": "2.21", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "2.13", |
|
"ref": "6acd9ff4f7fd5626d2962109bd4ebab351d43c43" |
|
}, |
|
"files": [ |
|
"./assets/bootstrap.js", |
|
"./assets/controllers.json", |
|
"./assets/controllers/hello_controller.js" |
|
] |
|
}, |
|
"symfony/translation": { |
|
"version": "7.1", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "6.3", |
|
"ref": "e28e27f53663cc34f0be2837aba18e3a1bef8e7b" |
|
}, |
|
"files": [ |
|
"config/packages/translation.yaml", |
|
"translations/.gitignore" |
|
] |
|
}, |
|
"symfony/twig-bundle": { |
|
"version": "7.1", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "6.4", |
|
"ref": "cab5fd2a13a45c266d45a7d9337e28dee6272877" |
|
}, |
|
"files": [ |
|
"./config/packages/twig.yaml", |
|
"./templates/base.html.twig" |
|
] |
|
}, |
|
"symfony/ux-icons": { |
|
"version": "2.22", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "2.17", |
|
"ref": "803a3bbd5893f9584969ab8670290cdfb6a0a5b5" |
|
}, |
|
"files": [ |
|
"assets/icons/symfony.svg" |
|
] |
|
}, |
|
"symfony/ux-live-component": { |
|
"version": "2.26", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "2.6", |
|
"ref": "b7130b7b5ddc2f8994bd6149d7c093b184782f0c" |
|
}, |
|
"files": [ |
|
"config/routes/ux_live_component.yaml" |
|
] |
|
}, |
|
"symfony/ux-twig-component": { |
|
"version": "2.30", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "2.13", |
|
"ref": "f367ae2a1faf01c503de2171f1ec22567febeead" |
|
}, |
|
"files": [ |
|
"config/packages/twig_component.yaml" |
|
] |
|
}, |
|
"symfony/validator": { |
|
"version": "7.2", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "7.0", |
|
"ref": "8c1c4e28d26a124b0bb273f537ca8ce443472bfd" |
|
}, |
|
"files": [ |
|
"config/packages/validator.yaml" |
|
] |
|
}, |
|
"symfony/web-profiler-bundle": { |
|
"version": "7.1", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "6.1", |
|
"ref": "8b51135b84f4266e3b4c8a6dc23c9d1e32e543b7" |
|
}, |
|
"files": [ |
|
"config/packages/web_profiler.yaml", |
|
"config/routes/web_profiler.yaml" |
|
] |
|
}, |
|
"symfony/workflow": { |
|
"version": "7.1", |
|
"recipe": { |
|
"repo": "github.com/symfony/recipes", |
|
"branch": "main", |
|
"version": "3.3", |
|
"ref": "3b2f8ca32a07fcb00f899649053943fa3d8bbfb6" |
|
}, |
|
"files": [ |
|
"config/packages/workflow.yaml" |
|
] |
|
}, |
|
"twig/extra-bundle": { |
|
"version": "v3.15.0" |
|
} |
|
}
|
|
|