Skip to content

Commit efe1492

Browse files
committed
fix PropertyAccess version constraints
1 parent 4c3ee06 commit efe1492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"symfony/options-resolver": "~4.3|^5.0",
2323
"symfony/polyfill-ctype": "~1.8",
2424
"symfony/polyfill-mbstring": "~1.0",
25-
"symfony/property-access": "^3.4|^4.0|^5.0",
25+
"symfony/property-access": "^3.4.40|^4.4.8|^5.0.8",
2626
"symfony/service-contracts": "^1.1|^2"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)