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/Contracts | |
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/Contracts')
-rw-r--r-- | src/Symfony/Contracts/composer.json | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/src/Symfony/Contracts/composer.json b/src/Symfony/Contracts/composer.json deleted file mode 100644 index 9701f4b..0000000 --- a/src/Symfony/Contracts/composer.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "symfony/contracts", - "type": "library", - "description": "A set of abstractions extracted out of the Symfony components", - "keywords": ["abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards"], - "homepage": "https://symfony.com", - "license": "MIT", - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "require": { - "php": "^7.1.3" - }, - "require-dev": { - "psr/cache": "^1.0", - "psr/container": "^1.0" - }, - "suggest": { - "psr/cache": "When using the Cache contracts", - "psr/container": "When using the Service contracts", - "symfony/cache-implementation": "", - "symfony/service-implementation": "", - "symfony/translation-implementation": "" - }, - "autoload": { - "psr-4": { "Symfony\\Contracts\\": "" }, - "exclude-from-classmap": [ - "**/Tests/" - ] - }, - "minimum-stability": "dev", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - } -} |