Update descriptions of suggested packages in composer.json

This commit is contained in:
Ben Ramsey
2020-01-10 01:41:02 -06:00
parent 5dc4afb4f7
commit 1c7db1adbd
+4 -4
View File
@@ -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"
},