update composer packages

This commit is contained in:
Bence Pőcze 2023-09-27 21:38:59 +02:00
parent a84d3a3976
commit a3bce1f2aa
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -5,12 +5,12 @@
"license": "GNU GPL 3.0", "license": "GNU GPL 3.0",
"require": { "require": {
"vlucas/phpdotenv": "^5.5", "vlucas/phpdotenv": "^5.5",
"symfony/console": "^5.4", "symfony/console": "^6.3",
"phpmailer/phpmailer": "^6.8", "phpmailer/phpmailer": "^6.8",
"cocur/slugify": "^4.3" "cocur/slugify": "^4.5"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.6", "phpunit/phpunit": "^10.3",
"phpstan/phpstan": "^1.10" "phpstan/phpstan": "^1.10"
}, },
"autoload": { "autoload": {