Skip to content

Commit 3e0f4be

Browse files
committed
fix dev package dependencies
1 parent 3191669 commit 3e0f4be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"require": {
88
"php": ">=8.0",
99
"tarantool/client": ">=0.10.0",
10-
"psr/cache": "^3.0"
10+
"psr/cache": "^2.0"
1111
},
1212
"require-dev": {
13-
"monolog/monolog": "^3.6",
13+
"monolog/monolog": "^2.9.3",
1414
"phpunit/phpunit": "^9.5",
15-
"symfony/cache": "^7.0"
15+
"symfony/cache": "^5.4.38"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)