Skip to content

Commit 2408b35

Browse files
composer recipes:install symfony/property-info --force -v
1 parent b377cb7 commit 2408b35

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

config/packages/property_info.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
framework:
2+
property_info:
3+
with_constructor_extractor: true

symfony.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,16 @@
409409
"version": "v5.0.5"
410410
},
411411
"symfony/property-info": {
412-
"version": "v5.0.5"
412+
"version": "7.3",
413+
"recipe": {
414+
"repo": "github.com/symfony/recipes",
415+
"branch": "main",
416+
"version": "7.3",
417+
"ref": "dae70df71978ae9226ae915ffd5fad817f5ca1f7"
418+
},
419+
"files": [
420+
"config/packages/property_info.yaml"
421+
]
413422
},
414423
"symfony/rate-limiter": {
415424
"version": "v6.0.3"

0 commit comments

Comments
 (0)