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 90167c3 commit 5bc8477Copy full SHA for 5bc8477
composer.json
@@ -28,7 +28,7 @@
28
"psr/link": "^1.0",
29
"psr/log": "~1.0",
30
"psr/simple-cache": "^1.0",
31
- "symfony/contracts": "^1.0.2",
+ "symfony/contracts": "^1.1.1",
32
"symfony/polyfill-ctype": "~1.8",
33
"symfony/polyfill-intl-icu": "~1.0",
34
"symfony/polyfill-mbstring": "~1.0",
@@ -115,9 +115,9 @@
115
"psr/container-implementation": "1.0",
116
"psr/log-implementation": "1.0",
117
"psr/simple-cache-implementation": "1.0",
118
- "symfony/cache-contracts": "1.0",
119
- "symfony/service-contracts": "1.0",
120
- "symfony/translation-contracts": "1.0"
+ "symfony/cache-implementation": "1.0",
+ "symfony/service-implementation": "1.0",
+ "symfony/translation-implementation": "1.0"
121
},
122
"autoload": {
123
"psr-4": {
0 commit comments