Update composer packages
This commit is contained in:
parent
c5ae5d4aa0
commit
0f794be25e
|
@ -35,14 +35,14 @@
|
|||
"ext-pdo": "*",
|
||||
"ext-simplexml": "*",
|
||||
"ext-xml": "*",
|
||||
"doctrine/dbal": "^3.6",
|
||||
"doctrine/dbal": "^3.7",
|
||||
"erusev/parsedown": "^1.7",
|
||||
"gettext/gettext": "^5.7",
|
||||
"gettext/translator": "^1.1",
|
||||
"gettext/translator": "^1.2",
|
||||
"guzzlehttp/guzzle": "^7.8",
|
||||
"illuminate/container": "^10.23",
|
||||
"illuminate/database": "^10.23",
|
||||
"illuminate/support": "^10.23",
|
||||
"illuminate/container": "^10.38",
|
||||
"illuminate/database": "^10.38",
|
||||
"illuminate/support": "^10.38",
|
||||
"league/oauth2-client": "^2.7",
|
||||
"league/openapi-psr7-validator": "^0.21",
|
||||
"nikic/fast-route": "^1.3",
|
||||
|
@ -51,13 +51,13 @@
|
|||
"psr/http-message": "^1.1",
|
||||
"psr/http-server-middleware": "^1.0",
|
||||
"psr/log": "^3.0",
|
||||
"rcrowe/twigbridge": "^0.14.0",
|
||||
"rcrowe/twigbridge": "^0.14.1",
|
||||
"respect/validation": "^1.1",
|
||||
"symfony/http-foundation": "^6.3",
|
||||
"symfony/mailer": "^6.3",
|
||||
"symfony/http-foundation": "^6.4",
|
||||
"symfony/mailer": "^6.4",
|
||||
"symfony/psr-http-message-bridge": "^2.3",
|
||||
"twig/twig": "^3.7",
|
||||
"vlucas/phpdotenv": "^5.5"
|
||||
"twig/twig": "^3.8",
|
||||
"vlucas/phpdotenv": "^5.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"dms/phpunit-arraysubset-asserts": "^0.5",
|
||||
|
@ -66,9 +66,9 @@
|
|||
"filp/whoops": "^2.15",
|
||||
"phpstan/phpstan": "^1.10",
|
||||
"phpunit/phpunit": "^9.6",
|
||||
"slevomat/coding-standard": "^8.13",
|
||||
"squizlabs/php_codesniffer": "^3.7",
|
||||
"symfony/var-dumper": "^6.3"
|
||||
"slevomat/coding-standard": "^8.14",
|
||||
"squizlabs/php_codesniffer": "^3.8",
|
||||
"symfony/var-dumper": "^6.4"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue