Skip to content

Commit

Permalink
add symfony process dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Nov 14, 2024
1 parent fe873a4 commit 2c8e9e4
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 67 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
},
"require": {
"php": ">=7.4",
"ext-dom": "*",
"ext-json": "*",
"ext-pdo": "*",
"ext-simplexml": "*",
Expand All @@ -42,8 +43,8 @@
"orhanerday/open-ai": "^5.1",
"symfony/console": "*",
"symfony/dotenv": "*",
"symfony/yaml": "*",
"ext-dom": "*"
"symfony/process": "*",
"symfony/yaml": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
Expand Down
130 changes: 65 additions & 65 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c8e9e4

Please sign in to comment.