mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-24 16:56:59 +01:00
Bump version of masterminds/html5
ctype extension is not required anymore
This commit is contained in:
2
INSTALL
2
INSTALL
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user