diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-10-12 13:24:12 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-10-12 13:24:12 +0100 |
| commit | eaab67460cd3818b1cafc8be2116ca8bb5575706 (patch) | |
| tree | 4059ff7edaf1ff1d5014db8a1d1533d7c2e38e60 /composer.json | |
| parent | f6fdd7466ca895d4b685167619a017925064cccb (diff) | |
| download | webtrees-eaab67460cd3818b1cafc8be2116ca8bb5575706.tar.gz webtrees-eaab67460cd3818b1cafc8be2116ca8bb5575706.tar.bz2 webtrees-eaab67460cd3818b1cafc8be2116ca8bb5575706.zip | |
Add ext_ctype to dependencies
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index ba6e3aaf95..ca1f35c5c4 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,7 @@ }, "require": { "php": "7.4 - 8.1", + "ext-ctype": "*", "ext-curl": "*", "ext-gd": "*", "ext-iconv": "*", |
