diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-07 14:34:33 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-07 14:34:33 +0100 |
commit | f7cd1027d0c1278ebbb0dc446642079b9d384f82 (patch) | |
tree | 0c0afadb5df60f8ebd8e5844625b0f7390a412b8 /src/Symfony/Component/PropertyInfo/composer.json | |
parent | 799a63bff25522bff0f80e25c2a4a5a6b8b52144 (diff) |
update to 4.3.6
add HttpClient, Mailer and Mime components
use range dependencies
raise dependency on symfony/contracts 1.1.3
raise dependency on symfony/polyfill 1.11
raise dependency on doctrine/annotations 1.7
raise dependency on egulias/email-validator 2.1.10
add dependency on masterminds/html5
add dependency on mongodb/mongodb
add dependency on nyholm/psr7
add dependency on psr/http-client
Diffstat (limited to 'src/Symfony/Component/PropertyInfo/composer.json')
-rw-r--r-- | src/Symfony/Component/PropertyInfo/composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Symfony/Component/PropertyInfo/composer.json b/src/Symfony/Component/PropertyInfo/composer.json index 357b05d..7d5095d 100644 --- a/src/Symfony/Component/PropertyInfo/composer.json +++ b/src/Symfony/Component/PropertyInfo/composer.json @@ -31,7 +31,7 @@ "symfony/cache": "~3.4|~4.0", "symfony/dependency-injection": "~3.4|~4.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0", - "doctrine/annotations": "~1.0" + "doctrine/annotations": "~1.7" }, "conflict": { "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2", @@ -53,7 +53,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-master": "4.2-dev" + "dev-master": "4.3-dev" } } } |