Skip to content

Commit 8248e75

Browse files
Merge branch '3.4' into 4.3
* 3.4: [Workflow] fix lowest dep
2 parents d172024 + 25fafa0 commit 8248e75

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"
24+
"symfony/property-access": "^3.4|^4.3"
2525
},
2626
"require-dev": {
2727
"psr/log": "~1.0",

0 commit comments

Comments
 (0)