Skip to content

Commit cec7339

Browse files
Merge pull request #7 from CodeWithKyrian/6-symfony-console-requirements
Add symfony/console explicitly as a dependency
2 parents d8af224 + 0f0dbf7 commit cec7339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"php": "^8.1",
1717
"guzzlehttp/guzzle": "^7.0",
1818
"ankane/onnxruntime": "^0.2.0",
19-
"ext-gd": "*",
2019
"rindow/rindow-math-matrix": "^1.2",
2120
"spatie/fork": "^1.2",
22-
"codewithkyrian/jinja-php": "^1.0"
21+
"codewithkyrian/jinja-php": "^1.0",
22+
"symfony/console": "^6.4|^7.0"
2323
},
2424
"require-dev": {
2525
"pestphp/pest": "^2.31",

0 commit comments

Comments
 (0)