Skip to content

Commit f127b70

Browse files
committed
feat: composer updated.
1 parent d3832fb commit f127b70

File tree

2 files changed

+48
-46
lines changed

2 files changed

+48
-46
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"symfony/runtime": "6.4.*",
1515
"symfony/yaml": "6.4.*",
1616
"psr/log": "^3.0",
17-
"symfony/lock": "7.*",
18-
"symfony/console": "7.*",
17+
"symfony/lock": "*",
18+
"symfony/console": "*",
1919
"symfony/monolog-bundle": "^3.10",
2020
"toflar/psr6-symfony-http-cache-store": "^4.2"
2121
},
2222
"extra": {
2323
"runtime": {
24-
"class": "App\\Infrastructure\\Runtime\\Runtime"
24+
"class": "App\\Infrastructure\\Runtime\\CustomHttpCacheRuntime"
2525
},
2626
"symfony": {
2727
"allow-contrib": false,

composer.lock

Lines changed: 45 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)