[Workflow] fix lowest dep

This commit is contained in:
Nicolas Grekas 2019-11-12 11:06:38 +01:00
parent a4c4f00e17
commit 7064ff35f2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
],
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/property-access": "~3.4.31|^4.3.4"
"symfony/property-access": "^3.4|^4.3"
},
"require-dev": {
"psr/log": "~1.0",