Skip to content

Commit c1df17a

Browse files
committed
Do not make "ext-ctype" a hard requirement
The "symfony/polyfill-ctype" allows us to use ctype_* functions whether the ctype extension is enabled or not.
1 parent de0f6cb commit c1df17a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "A powerful and flexible way of formatting and transforming strings",
55
"require": {
66
"php": "^8.5",
7-
"ext-ctype": "*",
87
"respect/stringifier": "^3.0",
8+
"symfony/polyfill-ctype": "^1.33",
99
"symfony/polyfill-mbstring": "^1.33",
1010
"symfony/translation-contracts": "^3.6"
1111
},

0 commit comments

Comments
 (0)