Skip to content

Commit dec0787

Browse files
authored
Fix missing require of the symfony/cache-contracts package (#506)
1 parent e1b87f0 commit dec0787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"jean85/pretty-package-versions": "^1.5 || ^2.0",
2424
"php-http/discovery": "^1.11",
2525
"sentry/sdk": "^3.1",
26+
"symfony/cache-contracts": "^2.4",
2627
"symfony/config": "^3.4.44||^4.4.20||^5.0.11",
2728
"symfony/console": "^3.4.44||^4.4.20||^5.0.11",
2829
"symfony/dependency-injection": "^3.4.44||^4.4.20||^5.0.11",
@@ -46,7 +47,6 @@
4647
"phpunit/phpunit": "^8.5||^9.0",
4748
"symfony/browser-kit": "^3.4.44||^4.4.20||^5.0.11",
4849
"symfony/cache": "^3.4.44||^4.4.20||^5.0.11",
49-
"symfony/cache-contracts": "^2.4",
5050
"symfony/dom-crawler": "^3.4.44||^4.4.20||^5.0.11",
5151
"symfony/framework-bundle": "^3.4.44||^4.4.20||^5.0.11",
5252
"symfony/messenger": "^4.4.20||^5.0.11",

0 commit comments

Comments
 (0)