Skip to content

Commit

Permalink
Merge pull request #7 from CodeWithKyrian/6-symfony-console-requirements
Browse files Browse the repository at this point in the history
Add symfony/console explicitly as a dependency
  • Loading branch information
CodeWithKyrian authored Mar 21, 2024
2 parents d8af224 + 0f0dbf7 commit cec7339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"php": "^8.1",
"guzzlehttp/guzzle": "^7.0",
"ankane/onnxruntime": "^0.2.0",
"ext-gd": "*",
"rindow/rindow-math-matrix": "^1.2",
"spatie/fork": "^1.2",
"codewithkyrian/jinja-php": "^1.0"
"codewithkyrian/jinja-php": "^1.0",
"symfony/console": "^6.4|^7.0"
},
"require-dev": {
"pestphp/pest": "^2.31",
Expand Down

0 comments on commit cec7339

Please sign in to comment.