File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^7.1.3"
19+ "php" : " ^7.1.3" ,
20+ "psr/cache" : " ^1.0"
2021 },
2122 "suggest" : {
22- "psr/cache" : " " ,
2323 "symfony/cache-implementation" : " "
2424 },
2525 "autoload" : {
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^7.1.3"
19+ "php" : " ^7.1.3" ,
20+ "psr/container" : " ^1.0"
2021 },
2122 "suggest" : {
22- "psr/container" : " " ,
2323 "symfony/service-implementation" : " "
2424 },
2525 "autoload" : {
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^7.1.3"
19+ "php" : " ^7.1.3" ,
20+ "psr/cache" : " ^1.0" ,
21+ "psr/container" : " ^1.0"
2022 },
2123 "require-dev" : {
22- "psr/cache" : " ^1.0" ,
23- "psr/container" : " ^1.0" ,
2424 "symfony/polyfill-intl-idn" : " ^1.10"
2525 },
2626 "replace" : {
3131 "symfony/translation-contracts" : " self.version"
3232 },
3333 "suggest" : {
34- "psr/cache" : " When using the Cache contracts" ,
35- "psr/container" : " When using the Service contracts" ,
3634 "psr/event-dispatcher" : " When using the EventDispatcher contracts" ,
3735 "symfony/cache-implementation" : " " ,
3836 "symfony/event-dispatcher-implementation" : " " ,
You can’t perform that action at this time.
0 commit comments