We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2666f7 commit f280adaCopy full SHA for f280ada
composer.json
@@ -18,10 +18,10 @@
18
"require": {
19
"php": ">=7.1.3 EVEN ON LATEST SYMFONY VERSIONS TO ALLOW USING",
20
"php": "THIS BRIDGE WHEN TESTING LOWEST SYMFONY VERSIONS.",
21
- "php": ">=7.1.3"
+ "php": ">=7.1.3",
22
+ "symfony/deprecation-contracts": "^2.1"
23
},
24
"require-dev": {
- "symfony/deprecation-contracts": "^2.1",
25
"symfony/error-handler": "^4.4|^5.0"
26
27
"suggest": {
0 commit comments