From be40a28e0d92eb8bb919a9a37eb15f8ee3113a45 Mon Sep 17 00:00:00 2001 From: HypeMC <2445045+HypeMC@users.noreply.github.com> Date: Wed, 28 May 2025 09:18:08 +0200 Subject: [PATCH] [symfony/property-info] Add `with_constructor_extractor` (#1419) --- 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 00000000..dd31b9da --- /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 00000000..e164c6e6 --- /dev/null +++ b/symfony/property-info/7.3/manifest.json @@ -0,0 +1,5 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}