Merge branch '4.4' into 5.0

* 4.4:
  fix PropertyAccess version constraints
This commit is contained in:
Christian Flothmann 2020-07-10 10:13:40 +02:00
commit 16b5e8a203

View File

@ -22,7 +22,7 @@
"symfony/options-resolver": "^5.0",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/property-access": "^5.0",
"symfony/property-access": "^5.0.8",
"symfony/service-contracts": "^1.1|^2"
},
"require-dev": {