diff --git a/README.md b/README.md index 453e4bd..1d83490 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Alternatives include: - [ShadeSoft/GDImage](https://github.com/ShadeSoft/GDImage/blob/8e34ebb4869d55ee585d2299c89d41e149d50910/src/Sizer.php) - [delfimox/GDImage](https://github.com/delfimov/GDImage/blob/master/src/GDImage.php) +- [hbsolutions-ru/php-gd-image](https://github.com/hbsolutions-ru/php-gd-image) ## Details diff --git a/composer.json b/composer.json index 9f0bf3d..990fc46 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "8fold/php-gd-image", "type": "library", - "description": "", + "description": "Class-based wrapper for PHP's image processing capabilities.", "license": "mixed", "authors": [ { @@ -11,8 +11,6 @@ "role": "Lead Developer" } ], - "support": { - }, "require": { "php": "^8.1" },