Skip to content

Commit c1d73b1

Browse files
minor #60650 fix low deps build (xabbuh)
This PR was merged into the 7.4 branch. Discussion ---------- fix low deps build | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 591f893 fix low deps build
2 parents 90b43af + 591f893 commit c1d73b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/PropertyAccess/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"symfony/property-info": "^6.4|^7.0|^8.0"
2121
},
2222
"require-dev": {
23-
"symfony/cache": "^6.4|^7.0|^8.0"
23+
"symfony/cache": "^6.4|^7.0|^8.0",
24+
"symfony/var-exporter": "^6.4.1|^7.0.1|^8.0"
2425
},
2526
"autoload": {
2627
"psr-4": { "Symfony\\Component\\PropertyAccess\\": "" },

0 commit comments

Comments
 (0)