Skip to content

Commit 12f1436

Browse files
Merge branch '4.3' into 4.4
* 4.3: [Workflow] fix lowest dep
2 parents 694e46f + 8248e75 commit 12f1436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": "^7.1.3",
24-
"symfony/property-access": "~3.4.31|^4.3.4|^5.0"
24+
"symfony/property-access": "^3.4|^4.3|^5.0"
2525
},
2626
"require-dev": {
2727
"psr/log": "~1.0",

0 commit comments

Comments
 (0)