summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json73
1 files changed, 49 insertions, 24 deletions
diff --git a/composer.json b/composer.json
index 55f83ce..2567429 100644
--- a/composer.json
+++ b/composer.json
@@ -15,16 +15,33 @@
"homepage": "https://symfony.com/contributors"
}
],
+ "provide": {
+ "php-http/async-client-implementation": "*",
+ "php-http/client-implementation": "*",
+ "psr/cache-implementation": "1.0|2.0",
+ "psr/container-implementation": "1.0",
+ "psr/event-dispatcher-implementation": "1.0",
+ "psr/http-client-implementation": "1.0",
+ "psr/link-implementation": "1.0",
+ "psr/log-implementation": "1.0|2.0",
+ "psr/simple-cache-implementation": "1.0|2.0",
+ "symfony/cache-implementation": "1.0|2.0",
+ "symfony/event-dispatcher-implementation": "1.1",
+ "symfony/http-client-implementation": "1.1|2.0",
+ "symfony/service-implementation": "1.0|2.0",
+ "symfony/translation-implementation": "1.0|2.0"
+ },
"require": {
"php": ">=7.1.3",
"ext-xml": "*",
+ "friendsofphp/proxy-manager-lts": "^1.0.2",
"doctrine/event-manager": "~1.0",
- "doctrine/persistence": "^1.3|^2",
- "twig/twig": "^1.41|^2.10|^3.0",
- "psr/cache": "~1.0",
+ "doctrine/persistence": "^1.3|^2|^3",
+ "twig/twig": "^1.43|^2.13|^3.0.4",
+ "psr/cache": "^1.0|^2.0",
"psr/container": "^1.0",
"psr/link": "^1.0",
- "psr/log": "~1.0",
+ "psr/log": "^1|^2",
"symfony/contracts": "^1.1.8",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-icu": "~1.0",
@@ -32,7 +49,8 @@
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php72": "~1.5",
"symfony/polyfill-php73": "^1.11",
- "symfony/polyfill-php80": "^1.15"
+ "symfony/polyfill-php80": "^1.16",
+ "symfony/polyfill-php81": "^1.22"
},
"replace": {
"symfony/asset": "self.version",
@@ -101,39 +119,44 @@
"require-dev": {
"cache/integration-tests": "dev-master",
"composer/package-versions-deprecated": "^1.8",
- "doctrine/annotations": "~1.0",
- "doctrine/cache": "~1.6",
+ "doctrine/annotations": "^1.10.4",
+ "doctrine/cache": "^1.6|^2.0",
"doctrine/collections": "~1.0",
"doctrine/data-fixtures": "^1.1",
- "doctrine/dbal": "~2.4|^3.0",
- "doctrine/orm": "~2.4,>=2.4.5",
- "doctrine/doctrine-bundle": "^1.5|^2.0",
- "guzzlehttp/promises": "^1.3.1",
+ "doctrine/dbal": "^2.7|^3.0",
+ "doctrine/orm": "^2.6.3",
+ "guzzlehttp/promises": "^1.4",
"masterminds/html5": "^2.6",
"monolog/monolog": "^1.25.1",
"nyholm/psr7": "^1.0",
- "ocramius/proxy-manager": "^2.1",
"paragonie/sodium_compat": "^1.8",
"php-http/httplug": "^1.0|^2.0",
"predis/predis": "~1.1",
"psr/http-client": "^1.0",
- "psr/simple-cache": "^1.0",
- "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
+ "psr/simple-cache": "^1.0|^2.0",
+ "egulias/email-validator": "^2.1.10|^3.1",
"symfony/phpunit-bridge": "^5.2",
"symfony/security-acl": "~2.8|~3.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
- "twig/cssinliner-extra": "^2.12",
- "twig/inky-extra": "^2.12",
- "twig/markdown-extra": "^2.12"
+ "twig/cssinliner-extra": "^2.12|^3",
+ "twig/inky-extra": "^2.12|^3",
+ "twig/markdown-extra": "^2.12|^3"
},
"conflict": {
+ "doctrine/dbal": "<2.7",
+ "egulias/email-validator": "~3.0.0",
"masterminds/html5": "<2.6",
"monolog/monolog": ">=2",
- "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
- "phpdocumentor/type-resolver": "<0.3.0",
+ "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2",
+ "phpdocumentor/type-resolver": "<0.3.0|1.3.*",
"ocramius/proxy-manager": "<2.1",
"phpunit/phpunit": "<5.4.3"
},
+ "config": {
+ "allow-plugins": {
+ "symfony/runtime": true
+ }
+ },
"autoload": {
"psr-4": {
"Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
@@ -156,11 +179,13 @@
"repositories": [
{
"type": "path",
- "url": "src/Symfony/Contracts"
+ "url": "src/Symfony/Contracts",
+ "options": {
+ "versions": {
+ "symfony/contracts": "1.1.x-dev"
+ }
+ }
}
],
- "minimum-stability": "dev",
- "extra": {
- "branch-version": "4.4"
- }
+ "minimum-stability": "dev"
}