Bump version of masterminds/html5

ctype extension is not required anymore
This commit is contained in:
Aleksander Machniak
2023-06-09 09:30:39 +02:00
parent e25608faae
commit deba22aaa9
4 changed files with 3 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ REQUIREMENTS
* An IMAP, HTTP and SMTP server
* .htaccess support allowing overrides for DirectoryIndex
* PHP Version 7.3 or greater including:
- PCRE, DOM, JSON, Session, Sockets, OpenSSL, Mbstring, Filter, Ctype, Intl (required)
- PCRE, DOM, JSON, Session, Sockets, OpenSSL, Mbstring, Filter, Intl (required)
- PHP PDO with driver for either MySQL, PostgreSQL or SQLite (required)
- Iconv, Zip, Fileinfo, Exif (recommended)
- LDAP for LDAP addressbook support (optional)

View File

@@ -18,7 +18,7 @@
"pear/net_sieve": "~1.4.5",
"roundcube/plugin-installer": "~0.3.1",
"roundcube/rtf-html-php": "~2.1",
"masterminds/html5": "~2.7.0",
"masterminds/html5": "~2.8.0",
"bacon/bacon-qr-code": "^2.0.0",
"guzzlehttp/guzzle": "^7.3.0"
},

View File

@@ -29,7 +29,6 @@ $required_php_exts = [
'Multibyte' => 'mbstring',
'OpenSSL' => 'openssl',
'Filter' => 'filter',
'Ctype' => 'ctype',
];
$optional_php_exts = [
@@ -88,7 +87,6 @@ $source_urls = [
'XMLWriter' => 'https://www.php.net/manual/en/book.xmlwriter.php',
'Zip' => 'https://www.php.net/manual/en/book.zip.php',
'Filter' => 'https://www.php.net/manual/en/book.filter.php',
'Ctype' => 'https://www.php.net/manual/en/book.ctype.php',
'pdo_mysql' => 'https://www.php.net/manual/en/ref.pdo-mysql.php',
'pdo_pgsql' => 'https://www.php.net/manual/en/ref.pdo-pgsql.php',
'pdo_sqlite' => 'https://www.php.net/manual/en/ref.pdo-sqlite.php',

View File

@@ -19,7 +19,7 @@ tasks:
REQUIREMENTS
------------
PHP Version 7.3 or greater including:
- PCRE, DOM, JSON, Session, Sockets, OpenSSL, Mbstring, Filter, Ctype, Intl (required)
- PCRE, DOM, JSON, Session, Sockets, OpenSSL, Mbstring, Filter, Intl (required)
- PHP PDO with driver for either MySQL, PostgreSQL, or SQLite (required)
- Iconv, Zip, Fileinfo, Exif (recommended)
- LDAP for LDAP addressbook support (optional)