Merge branch '2.0'

* 2.0:
  Add changelog for v2.0.1
  Require symfony/dependency-injection ^3.4.10|^4.1
This commit is contained in:
Kamil Kokot
2019-01-24 11:13:59 +01:00
3 changed files with 7 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
"require": {
"php": "^7.1",
"behat/behat": "^3.4",
"symfony/dependency-injection": "^3.4.10|^4.1",
"symfony/http-kernel": "^3.4|^4.1",
"symfony/proxy-manager-bridge": "^3.4|^4.1"
},