Skip to content

Commit 6ecdfe7

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: fix PropertyAccess version constraints
2 parents 1b188df + efe1492 commit 6ecdfe7

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": "^5.0",
2323
"symfony/polyfill-ctype": "~1.8",
2424
"symfony/polyfill-mbstring": "~1.0",
25-
"symfony/property-access": "^5.0",
25+
"symfony/property-access": "^5.0.8",
2626
"symfony/service-contracts": "^1.1|^2"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)