Skip to content

Commit b368cb8

Browse files
committed
chore(deps): bump dependencies for PHP 8.1 compatibility
1 parent ea415e9 commit b368cb8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@
2020
"require": {
2121
"php": "^7.4 || ^8",
2222
"ext-json": "*",
23-
"symfony/console": "^5.1",
23+
"mockery/mockery": "^1.4.4",
24+
"symfony/console": "^5.2.4",
2425
"symfony/filesystem": "^5.1",
25-
"symfony/finder": "^5.1",
26-
"symfony/process": "^5.1",
27-
"twig/twig": "^3.1"
26+
"symfony/finder": "^5.3.7",
27+
"symfony/process": "^5.3.7",
28+
"twig/twig": "^3.3.3"
2829
},
2930
"require-dev": {
3031
"ramsey/devtools": "^1.7",

0 commit comments

Comments
 (0)