From 1c7db1adbd21c6568994304c80a75a391254bedf Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Fri, 10 Jan 2020 01:41:02 -0600 Subject: [PATCH] Update descriptions of suggested packages in composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a07a839..ab38d90 100644 --- a/composer.json +++ b/composer.json @@ -36,10 +36,10 @@ "vimeo/psalm": "^3.7.2" }, "suggest": { - "ext-bcmath": "Provides support for working with arbitrary-precision integers (using BCMath).", - "ext-ctype": "Provides support for PHP ctype functions", - "ext-gmp": "Provides support for working with arbitrary-precision integers (using GMP).", - "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", + "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", + "ext-ctype": "Enables faster processing of character classification using ctype functions.", + "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", + "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type.", "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter" },