Skip to content

Commit

Permalink
[Deps] Add missing dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Nov 4, 2023
1 parent a6cdfc2 commit 1ecacd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
"ext-json": "*",
"doctrine/doctrine-bundle": "^2.0.3",
"doctrine/orm": "^2.9",
"egulias/email-validator": "^4.0",
"endroid/qr-code": "^4.0",
"lcobucci/clock": "^3.0",
"lcobucci/jwt": "^5.0",
"masterminds/html5": "^2.8",
"spomky-labs/otphp": "^11.0",
"symfony/dotenv": "^6.4 || ^7.0",
"symfony/mailer": "^6.4 || ^7.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"require-dev": {
"doctrine/coding-standard": "^12.0",
"doctrine/persistence": "^1.3 || ^2.0 || ^3.0",
"egulias/email-validator": "^4.0",
"phpunit/phpunit": "^10.1",
"psr/container": ">=1.1",
"squizlabs/php_codesniffer": "^3.5",
"symfony/mailer": "^6.4 || ^7.0",
"symfony/yaml": "^6.4 || ^7.0",
"vimeo/psalm": "^5.0",
"egulias/email-validator": "^4.0"
"vimeo/psalm": "^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1ecacd1

Please sign in to comment.