Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thekabal committed Sep 25, 2021
1 parent be02601 commit 12dd03b
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 152 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"license": "AGPL-3.0-only",
"minimum-stability": "alpha",
"require": {
"smarty/smarty": "^3.1.36",
"smarty/smarty": "^3.1.39",
"ezyang/htmlpurifier": "^4.13.0",
"swiftmailer/swiftmailer": "^6.2.4",
"adodb/adodb-php": "^5.20.19",
"symfony/http-foundation": "^5.2.1",
"swiftmailer/swiftmailer": "^6.2.7",
"adodb/adodb-php": "^5.21.2",
"symfony/http-foundation": "^5.3.7",
"ext-PDO": "*"
},
"require-dev": {
"phpmd/phpmd" : "^2.9.1",
"friendsofphp/php-cs-fixer": "^2.17.3",
"phpunit/phpunit": "^9.5.0",
"phpmd/phpmd" : "^2.10.2",
"friendsofphp/php-cs-fixer": "^3.1.0",
"phpunit/phpunit": "^9.5.10",
"phpmetrics/phpmetrics": "^2.7.4",
"phpstan/phpstan": "^0.12.64",
"phpstan/phpstan": "^0.12.99",
"phpstan/phpstan-deprecation-rules": "^0.12.6",
"phpstan/phpstan-strict-rules": "^0.12.7",
"phpstan/phpstan-strict-rules": "^0.12.11",
"sebastian/phpcpd": "^6.0.3",
"squizlabs/php_codesniffer": "^3.5.8",
"vimeo/psalm": "^4.3.1"
"squizlabs/php_codesniffer": "^3.6.0",
"vimeo/psalm": "^4.10.0"
},
"config": {
"optimize-autoloader": true
Expand Down
191 changes: 50 additions & 141 deletions composer.lock

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

0 comments on commit 12dd03b

Please sign in to comment.