diff --git a/symfony/property-info/7.3/config/packages/property_info.yaml b/symfony/property-info/7.3/config/packages/property_info.yaml new file mode 100644 index 000000000..dd31b9da2 --- /dev/null +++ b/symfony/property-info/7.3/config/packages/property_info.yaml @@ -0,0 +1,3 @@ +framework: + property_info: + with_constructor_extractor: true diff --git a/symfony/property-info/7.3/manifest.json b/symfony/property-info/7.3/manifest.json new file mode 100644 index 000000000..e164c6e63 --- /dev/null +++ b/symfony/property-info/7.3/manifest.json @@ -0,0 +1,5 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}