Packages updated to latest versions

This commit is contained in:
Justman10000 2023-07-26 11:42:03 +00:00
parent d9e2a1e07e
commit fb3ccf3bbd

@ -1,20 +1,20 @@
{
"require": {
"slim/slim": "~2.0",
"respect/validation": "^1.1",
"phpmailer/phpmailer": "^5.2",
"google/recaptcha": "~1.1",
"gabordemooij/redbean": "^5.4",
"ifsnop/mysqldump-php": "2.*",
"ezyang/htmlpurifier": "^4.8",
"codeguy/upload": "^1.3",
"php-imap/php-imap": "^3.1",
"willdurand/email-reply-parser": "^2.8"
"codeguy/upload": "^1.3.2",
"ezyang/htmlpurifier": "^4.16.0",
"gabordemooij/redbean": "^5.7.4",
"google/recaptcha": "^1.3.0",
"ifsnop/mysqldump-php": "^2.12",
"phpmailer/phpmailer": "^6.8.0",
"php-imap/php-imap": "^5.0.1",
"respect/validation": "^2.3.0-RC",
"slim/slim": "^4.12.0",
"willdurand/email-reply-parser": "^2.10.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": "^10.2.6"
},
"autoload":{
"classmap": ["libs/", "models/", "controllers/", "data/"]
}
}
}