We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea415e9 commit b368cb8Copy full SHA for b368cb8
composer.json
@@ -20,11 +20,12 @@
20
"require": {
21
"php": "^7.4 || ^8",
22
"ext-json": "*",
23
- "symfony/console": "^5.1",
+ "mockery/mockery": "^1.4.4",
24
+ "symfony/console": "^5.2.4",
25
"symfony/filesystem": "^5.1",
- "symfony/finder": "^5.1",
26
- "symfony/process": "^5.1",
27
- "twig/twig": "^3.1"
+ "symfony/finder": "^5.3.7",
+ "symfony/process": "^5.3.7",
28
+ "twig/twig": "^3.3.3"
29
},
30
"require-dev": {
31
"ramsey/devtools": "^1.7",
0 commit comments