Skip to content

Commit

Permalink
add symfony/console to dev deps
Browse files Browse the repository at this point in the history
Signed-off-by: dartcafe <[email protected]>
  • Loading branch information
dartcafe committed Mar 16, 2024
1 parent 5a319de commit 20c7da4
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 3 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@
}
},
"require-dev": {
"doctrine/dbal": "^3.6",
"league/factory-muffin": "^3.0",
"league/factory-muffin-faker": "^2.0",
"nextcloud/coding-standard": "^1.0",
"nextcloud/ocp": "dev-stable27",
"doctrine/dbal": "^3.6"
"symfony/console": "^3.4"
},
"scripts": {
"cs:check": "php-cs-fixer fix --dry-run --diff",
Expand Down
237 changes: 235 additions & 2 deletions composer.lock

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

0 comments on commit 20c7da4

Please sign in to comment.