update composer

This commit is contained in:
Rodolfo Berrios 2021-10-04 09:28:21 -03:00
parent f9aa0459c1
commit 27cd60be26
No known key found for this signature in database
GPG key ID: D3AAC2481DBDD9FE
2 changed files with 14 additions and 12 deletions

View file

@ -1,9 +1,9 @@
{
"license": "MIT",
"license": "AGPL-3.0",
"type": "project",
"name": "chevereto/chevereto-free",
"description": "Community/Personal Image Hosting powered by Chevereto (图床)",
"homepage": "https://chevereto.com/free",
"description": "Community/Personal Image Hosting",
"homepage": "https://github.com/chevereto/chevereto-free",
"keywords": [
"image-hosting",
"gallery"
@ -29,4 +29,4 @@
"optimize-autoloader": true,
"vendor-dir": "app/vendor"
}
}
}

18
composer.lock generated
View file

@ -202,16 +202,16 @@
},
{
"name": "phpmailer/phpmailer",
"version": "v6.5.0",
"version": "v6.5.1",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c"
"reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a5b5c43e50b7fba655f793ad27303cd74c57363c",
"reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/dd803df5ad7492e1b40637f7ebd258fee5ca7355",
"reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355",
"shasum": ""
},
"require": {
@ -223,10 +223,12 @@
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine/annotations": "^1.2",
"php-parallel-lint/php-console-highlighter": "^0.5.0",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpcompatibility/php-compatibility": "^9.3.5",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.5.6",
"yoast/phpunit-polyfills": "^0.2.0"
"squizlabs/php_codesniffer": "^3.6.0",
"yoast/phpunit-polyfills": "^1.0.0"
},
"suggest": {
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
@ -266,7 +268,7 @@
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"support": {
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.0"
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.1"
},
"funding": [
{
@ -274,7 +276,7 @@
"type": "github"
}
],
"time": "2021-06-16T14:33:43+00:00"
"time": "2021-08-18T09:14:16+00:00"
},
{
"name": "tijsverkoyen/akismet",