PHP dependency upgrades

This commit is contained in:
Igor Scheller 2021-05-01 11:57:31 +02:00 committed by msquare
parent edcc1f481d
commit 5ee1f2abd5
2 changed files with 897 additions and 213 deletions

View File

@ -25,34 +25,34 @@
"ext-PDO": "*", "ext-PDO": "*",
"ext-SimpleXML": "*", "ext-SimpleXML": "*",
"ext-xml": "*", "ext-xml": "*",
"doctrine/dbal": "^2.9", "doctrine/dbal": "^3.1",
"erusev/parsedown": "^1.7", "erusev/parsedown": "^1.7",
"gettext/gettext": "^5.4", "gettext/gettext": "^5.5",
"gettext/translator": "^1.0", "gettext/translator": "^1.0",
"guzzlehttp/guzzle": "^6.3", "guzzlehttp/guzzle": "^7.3",
"illuminate/container": "^7.6", "illuminate/container": "^8.41",
"illuminate/database": "^7.6", "illuminate/database": "^8.41",
"illuminate/support": "^7.6", "illuminate/support": "^8.41",
"league/oauth2-client": "^2.6", "league/oauth2-client": "^2.6",
"nikic/fast-route": "^1.3", "nikic/fast-route": "^1.3",
"nyholm/psr7": "^1.1", "nyholm/psr7": "^1.4",
"psr/container": "^1.0", "psr/container": "^1.1",
"psr/http-server-middleware": "^1.0", "psr/http-server-middleware": "^1.0",
"psr/log": "^1.1", "psr/log": "^1.1",
"respect/validation": "^1.1", "respect/validation": "^1.1",
"swiftmailer/swiftmailer": "^6.2", "swiftmailer/swiftmailer": "^6.2",
"symfony/http-foundation": "^5.0", "symfony/http-foundation": "^5.2",
"symfony/mime": "^5.1", "symfony/mime": "^5.2",
"symfony/psr-http-message-bridge": "^2.0", "symfony/psr-http-message-bridge": "^2.1",
"twig/twig": "^3.0", "twig/twig": "^3.3",
"vlucas/phpdotenv": "^4.1" "vlucas/phpdotenv": "^5.3"
}, },
"require-dev": { "require-dev": {
"dms/phpunit-arraysubset-asserts": "^0.2.0", "dms/phpunit-arraysubset-asserts": "^0.3.0",
"filp/whoops": "^2.3", "filp/whoops": "^2.12",
"phpunit/phpunit": "^9.3", "phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.5", "squizlabs/php_codesniffer": "^3.6",
"symfony/var-dumper": "^5.0" "symfony/var-dumper": "^5.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

1074
composer.lock generated

File diff suppressed because it is too large Load Diff