From 2e9d68f113da7b892d9d468648d1839417be2060 Mon Sep 17 00:00:00 2001 From: HypeMC Date: Mon, 26 May 2025 22:06:33 +0200 Subject: [PATCH] [symfony/property-info] Add `with_constructor_extractor` --- symfony/property-info/7.3/config/packages/property_info.yaml | 3 +++ symfony/property-info/7.3/manifest.json | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 symfony/property-info/7.3/config/packages/property_info.yaml create mode 100644 symfony/property-info/7.3/manifest.json 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%/" + } +}