Skip to content

Commit 4bc7e9c

Browse files
Merge branch '3.4' into 4.3
* 3.4: [Workflow] fix lowest dep
2 parents 3461d0e + 7064ff3 commit 4bc7e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Workflow/composer.json

Lines changed: 1 addition & 1 deletion
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)