Skip to content

Commit

Permalink
Merge branch '3.4' into 4.3
Browse files Browse the repository at this point in the history
* 3.4:
  [Workflow] fix lowest dep
  • Loading branch information
nicolas-grekas committed Nov 12, 2019
2 parents 3461d0e + 7064ff3 commit 4bc7e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Workflow/composer.json
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": "^7.1.3",
"symfony/property-access": "~3.4.31|^4.3.4"
"symfony/property-access": "^3.4|^4.3"
},
"require-dev": {
"psr/log": "~1.0",
Expand Down

0 comments on commit 4bc7e9c

Please sign in to comment.