Skip to content

Commit 0ec93e2

Browse files
Merge pull request #36 from rollun-lc/vadymk/guzzle-7
feat(Eim8OJub) - guzzle ^7 dependencies
2 parents 28ee634 + 428bc90 commit 0ec93e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"ext-mbstring": "*",
2020
"articus/data-transfer": "^0.5.2",
2121
"articus/path-handler": "0.6.1",
22-
"laminas/laminas-cache": "^3.1.2",
2322
"doctrine/annotations": "^1.8",
24-
"guzzlehttp/guzzle": "^6.2",
23+
"guzzlehttp/guzzle": "^7",
24+
"laminas/laminas-cache": "^3.1.2",
2525
"laminas/laminas-cache-storage-adapter-blackhole": "^2.0.0",
2626
"laminas/laminas-cache-storage-adapter-filesystem": "^2.0.1",
2727
"laminas/laminas-code": "*",
@@ -36,9 +36,9 @@
3636
"nette/php-generator": "^3.4",
3737
"nikic/fast-route": "^1.3",
3838
"rollun-com/rollun-dic": "^4.0.0",
39-
"rollun-com/rollun-logger": "^7.0",
40-
"symfony/dotenv": "^6.0.3",
41-
"symfony/console": "^6.0"
39+
"rollun-com/rollun-logger": "^7.7.0",
40+
"symfony/console": "^6.0",
41+
"symfony/dotenv": "^6.0.3"
4242
},
4343
"require-dev": {
4444
"ext-yaml": "*",

0 commit comments

Comments
 (0)