Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 4de3d23

Browse files
committed
chore: require ctype polyfill for Type rule
1 parent 975652d commit 4de3d23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=8.1"
15+
"php": ">=8.1",
16+
"symfony/polyfill-ctype": "^1.27"
1617
},
1718
"require-dev": {
1819
"phpunit/phpunit": "^10.0",

0 commit comments

Comments
 (0)