PHP dependency upgrades
This commit is contained in:
parent
edcc1f481d
commit
5ee1f2abd5
|
@ -25,34 +25,34 @@
|
|||
"ext-PDO": "*",
|
||||
"ext-SimpleXML": "*",
|
||||
"ext-xml": "*",
|
||||
"doctrine/dbal": "^2.9",
|
||||
"doctrine/dbal": "^3.1",
|
||||
"erusev/parsedown": "^1.7",
|
||||
"gettext/gettext": "^5.4",
|
||||
"gettext/gettext": "^5.5",
|
||||
"gettext/translator": "^1.0",
|
||||
"guzzlehttp/guzzle": "^6.3",
|
||||
"illuminate/container": "^7.6",
|
||||
"illuminate/database": "^7.6",
|
||||
"illuminate/support": "^7.6",
|
||||
"guzzlehttp/guzzle": "^7.3",
|
||||
"illuminate/container": "^8.41",
|
||||
"illuminate/database": "^8.41",
|
||||
"illuminate/support": "^8.41",
|
||||
"league/oauth2-client": "^2.6",
|
||||
"nikic/fast-route": "^1.3",
|
||||
"nyholm/psr7": "^1.1",
|
||||
"psr/container": "^1.0",
|
||||
"nyholm/psr7": "^1.4",
|
||||
"psr/container": "^1.1",
|
||||
"psr/http-server-middleware": "^1.0",
|
||||
"psr/log": "^1.1",
|
||||
"respect/validation": "^1.1",
|
||||
"swiftmailer/swiftmailer": "^6.2",
|
||||
"symfony/http-foundation": "^5.0",
|
||||
"symfony/mime": "^5.1",
|
||||
"symfony/psr-http-message-bridge": "^2.0",
|
||||
"twig/twig": "^3.0",
|
||||
"vlucas/phpdotenv": "^4.1"
|
||||
"symfony/http-foundation": "^5.2",
|
||||
"symfony/mime": "^5.2",
|
||||
"symfony/psr-http-message-bridge": "^2.1",
|
||||
"twig/twig": "^3.3",
|
||||
"vlucas/phpdotenv": "^5.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"dms/phpunit-arraysubset-asserts": "^0.2.0",
|
||||
"filp/whoops": "^2.3",
|
||||
"phpunit/phpunit": "^9.3",
|
||||
"squizlabs/php_codesniffer": "^3.5",
|
||||
"symfony/var-dumper": "^5.0"
|
||||
"dms/phpunit-arraysubset-asserts": "^0.3.0",
|
||||
"filp/whoops": "^2.12",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"squizlabs/php_codesniffer": "^3.6",
|
||||
"symfony/var-dumper": "^5.2"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue