mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -940,6 +940,9 @@
|
||||
"symfony/primotexto-notifier": [
|
||||
"7.2"
|
||||
],
|
||||
"symfony/property-info": [
|
||||
"7.3"
|
||||
],
|
||||
"symfony/psr7-pack": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user