| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- {
- "api-platform/core": {
- "version": "3.3",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "main",
- "version": "3.3",
- "ref": "74b45ac570c57eb1fbe56c984091a9ff87e18bab"
- },
- "files": [
- "config/packages/api_platform.yaml",
- "config/routes/api_platform.yaml",
- "src/ApiResource/.gitignore"
- ]
- },
- "doctrine/doctrine-bundle": {
- "version": "2.13",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "main",
- "version": "2.12",
- "ref": "7266981c201efbbe02ae53c87f8bb378e3f825ae"
- },
- "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"
- ]
- },
- "nelmio/cors-bundle": {
- "version": "2.5",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "main",
- "version": "1.5",
- "ref": "6bea22e6c564fba3a1391615cada1437d0bde39c"
- },
- "files": [
- "config/packages/nelmio_cors.yaml"
- ]
- },
- "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.4",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "main",
- "version": "1.0",
- "ref": "146251ae39e06a95be0fe3d13c807bcf3938b172"
- },
- "files": [
- ".env"
- ]
- },
- "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/mailer": {
- "version": "7.1",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "main",
- "version": "4.3",
- "ref": "df66ee1f226c46f01e85c29c2f7acce0596ba35a"
- },
- "files": [
- "config/packages/mailer.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/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/validator": {
- "version": "7.1",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "main",
- "version": "7.0",
- "ref": "8c1c4e28d26a124b0bb273f537ca8ce443472bfd"
- },
- "files": [
- "config/packages/validator.yaml"
- ]
- }
- }
|