Skip to content

Commit a45ba1a

Browse files
committed
Add ctype polyfill
1 parent 385cb13 commit a45ba1a

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
@@ -6,7 +6,8 @@
66
"require": {
77
"php": ">=8.0",
88
"psr/log": "^1.0",
9-
"phplrt/runtime": "^3.1"
9+
"phplrt/runtime": "^3.1",
10+
"symfony/polyfill-ctype": "^1.23"
1011
},
1112
"autoload": {
1213
"psr-4": {

0 commit comments

Comments
 (0)