Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-02-26 10:22:25 +00:00
parent dbd06d424c
commit d019d859ee
4 changed files with 59 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [doctrine/doctrine-bundle](https://packagist.org/packages/doctrine/doctrine-bundle) | [2.13](doctrine/doctrine-bundle/2.13) | |
| [doctrine/doctrine-fixtures-bundle](https://packagist.org/packages/doctrine/doctrine-fixtures-bundle) | [3.0](doctrine/doctrine-fixtures-bundle/3.0) | `orm-fixtures`, `ormfixtures` |
| [doctrine/doctrine-migrations-bundle](https://packagist.org/packages/doctrine/doctrine-migrations-bundle) | [3.1](doctrine/doctrine-migrations-bundle/3.1) | `doctrine-migrations`, `doctrinemigrations`, `migrations` |
| [easycorp/easyadmin-bundle](https://packagist.org/packages/easycorp/easyadmin-bundle) | [3.0](easycorp/easyadmin-bundle/3.0) | `admin`, `admin-gen`, `admin-generator`, `admingen`, `admingenerator` |
| [easycorp/easyadmin-bundle](https://packagist.org/packages/easycorp/easyadmin-bundle) | [4.14](easycorp/easyadmin-bundle/4.14) | `admin`, `admin-gen`, `admin-generator`, `admingen`, `admingenerator` |
| [friendsofphp/php-cs-fixer](https://packagist.org/packages/friendsofphp/php-cs-fixer) | [3.0](friendsofphp/php-cs-fixer/3.0) | `cs-fixer`, `csfixer`, `php-cs-fixer`, `phpcsfixer` |
| [hautelook/alice-bundle](https://packagist.org/packages/hautelook/alice-bundle) | [2.2](hautelook/alice-bundle/2.2) | `alice` |
| [javiereguiluz/easyadmin-bundle](https://packagist.org/packages/javiereguiluz/easyadmin-bundle) | [1.17](javiereguiluz/easyadmin-bundle/1.17) | |
@@ -0,0 +1,28 @@
{
"manifests": {
"easycorp/easyadmin-bundle": {
"manifest": {
"bundles": {
"EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/easyadmin.yaml": {
"contents": [
"easyadmin:",
" resource: .",
" type: easyadmin.routes",
""
],
"executable": false
}
},
"ref": "13b3e524d1038a6861ad6c7fc64e31b644ba0c54"
}
}
}
+28
View File
@@ -0,0 +1,28 @@
{
"manifests": {
"easycorp/easyadmin-bundle": {
"manifest": {
"bundles": {
"EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/easyadmin.yaml": {
"contents": [
"easyadmin:",
" resource: .",
" type: easyadmin.routes",
""
],
"executable": false
}
},
"ref": "13b3e524d1038a6861ad6c7fc64e31b644ba0c54"
}
}
}
+2 -1
View File
@@ -563,7 +563,8 @@
"easycorp/easyadmin-bundle": [
"1.17",
"2.0",
"3.0"
"3.0",
"4.14"
],
"friendsofphp/php-cs-fixer": [
"2.2",