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.
85 lines
2.4 KiB
85 lines
2.4 KiB
{ |
|
"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" |
|
] |
|
}, |
|
"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/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" |
|
] |
|
} |
|
}
|
|
|