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.
2 parents 150aeb9 + d2119bc commit f363782Copy full SHA for f363782
composer.json
@@ -20,6 +20,9 @@
20
"php": "THIS BRIDGE WHEN TESTING LOWEST SYMFONY VERSIONS.",
21
"php": ">=5.5.9"
22
},
23
+ "require-dev": {
24
+ "symfony/deprecation-contracts": "^2.1"
25
+ },
26
"suggest": {
27
"symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
28
@@ -38,15 +41,10 @@
38
41
],
39
42
"minimum-stability": "dev",
40
43
"extra": {
- "branch-alias": {
- "dev-master": "5.1-dev"
- },
44
"thanks": {
45
"name": "phpunit/phpunit",
46
"url": "https://github.com/sebastianbergmann/phpunit"
47
}
48
49
- "require-dev": {
50
- "symfony/deprecation-contracts": "^2.1"
51
- }
+ "version": "5.1-dev"
52
0 commit comments