Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-05-28 07:18:20 +00:00
parent 45c17fdcd2
commit 0e0fd7c5f3
4 changed files with 50 additions and 0 deletions
+1
View File
@@ -116,6 +116,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [symfony/postal-mailer](https://packagist.org/packages/symfony/postal-mailer) | [7.2](symfony/postal-mailer/7.2) | `postal-mailer`, `postalmailer` |
| [symfony/postmark-mailer](https://packagist.org/packages/symfony/postmark-mailer) | [4.4](symfony/postmark-mailer/4.4) | `postmark-mailer`, `postmarkmailer` |
| [symfony/primotexto-notifier](https://packagist.org/packages/symfony/primotexto-notifier) | [7.2](symfony/primotexto-notifier/7.2) | `primotexto-notifier`, `primotextonotifier` |
| [symfony/property-info](https://packagist.org/packages/symfony/property-info) | [7.3](symfony/property-info/7.3) | `property-info`, `propertyinfo` |
| [symfony/psr7-pack](https://packagist.org/packages/symfony/psr7-pack) | [1.0](symfony/psr7-pack/1.0) | `psr-7`, `psr-17`, `psr7`, `psr17` |
| [symfony/pushover-notifier](https://packagist.org/packages/symfony/pushover-notifier) | [6.3](symfony/pushover-notifier/6.3) | `pushover-notifier`, `pushovernotifier` |
| [symfony/pushy-notifier](https://packagist.org/packages/symfony/pushy-notifier) | [7.1](symfony/pushy-notifier/7.1) | `pushy-notifier`, `pushynotifier` |
@@ -0,0 +1,23 @@
{
"manifests": {
"symfony/property-info": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/property_info.yaml": {
"contents": [
"framework:",
" property_info:",
" with_constructor_extractor: true",
""
],
"executable": false
}
},
"ref": "dae70df71978ae9226ae915ffd5fad817f5ca1f7"
}
}
}
+3
View File
@@ -940,6 +940,9 @@
"symfony/primotexto-notifier": [
"7.2"
],
"symfony/property-info": [
"7.3"
],
"symfony/psr7-pack": [
"1.0"
],
+23
View File
@@ -0,0 +1,23 @@
{
"manifests": {
"symfony/property-info": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/property_info.yaml": {
"contents": [
"framework:",
" property_info:",
" with_constructor_extractor: true",
""
],
"executable": false
}
},
"ref": "dae70df71978ae9226ae915ffd5fad817f5ca1f7"
}
}
}