Skip to content

Commit

Permalink
Merge pull request #493 from TonisOrmisson/upgrade-dev-deps
Browse files Browse the repository at this point in the history
Upgrade dev deps
  • Loading branch information
maxxer committed Jan 9, 2023
2 parents 9c84f12 + 5c28e71 commit e370af6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,19 @@
"2amigos/qrcode-library": "Needed if you want to enable 2FA with QR Code generation. Require version ^1.1"
},
"require-dev": {
"php": ">=7.4",
"2amigos/2fa-library": "^2.0",
"2amigos/qrcode-library": "^2.0",
"friendsofphp/php-cs-fixer": "^3",
"php": ">=7.4",
"yiisoft/yii2-symfonymailer": "~2.0.0",
"yiisoft/yii2-symfonymailer": "^2|^3",
"squizlabs/php_codesniffer": "*",
"phpmd/phpmd": "@stable",
"codeception/verify": "^0.3.3",
"codeception/codeception": "*",
"codeception/codeception": "^4|^5",
"roave/security-advisories": "dev-master",
"codeception/module-filesystem": "^1.0",
"codeception/module-filesystem": "^2|^3",
"codeception/module-yii2": "^1.1",
"codeception/module-asserts": "^1.1",
"codeception/module-db": "^1.0",
"codeception/module-asserts": "^2|^3",
"codeception/module-db": "^2|^3",
"phpstan/phpstan": "^1.8"
},
"autoload": {
Expand Down

0 comments on commit e370af6

Please sign in to comment.