summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 4ac096e..eecf327 100644
--- a/composer.json
+++ b/composer.json
@@ -16,22 +16,23 @@
}
],
"require": {
- "php": ">=7.1.3",
+ "php": ">=7.2.5",
"psr/cache": "^1.0",
- "psr/container": "^1.0"
+ "psr/container": "^1.0",
+ "psr/event-dispatcher": "^1.0"
},
"require-dev": {
"symfony/polyfill-intl-idn": "^1.10"
},
"replace": {
"symfony/cache-contracts": "self.version",
+ "symfony/deprecation-contracts": "self.version",
"symfony/event-dispatcher-contracts": "self.version",
"symfony/http-client-contracts": "self.version",
"symfony/service-contracts": "self.version",
"symfony/translation-contracts": "self.version"
},
"suggest": {
- "psr/event-dispatcher": "When using the EventDispatcher contracts",
"symfony/cache-implementation": "",
"symfony/event-dispatcher-implementation": "",
"symfony/http-client-implementation": "",
@@ -40,14 +41,16 @@
},
"autoload": {
"psr-4": { "Symfony\\Contracts\\": "" },
+ "files": [ "Deprecation/function.php" ],
"exclude-from-classmap": [
"**/Tests/"
]
},
"minimum-stability": "dev",
"extra": {
+ "branch-version": "2.3",
"branch-alias": {
- "dev-master": "1.1-dev"
+ "dev-main": "2.3-dev"
}
}
}