diff options
| author | Remi Collet <remi@remirepo.net> | 2025-12-12 16:14:29 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-12-12 16:14:29 +0100 |
| commit | c082411c992b3e182d30cc08133db5e14b6e1633 (patch) | |
| tree | d5036ff35df4ad5505eb6e26bd360d40f3a8e956 /composer.json | |
| parent | f0e787a353049cf93f99bb519e6b8d7c970e6554 (diff) | |
raise dependency on PHP 8.1
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 43 |
1 files changed, 25 insertions, 18 deletions
diff --git a/composer.json b/composer.json index 8d3f7ec..b0e833a 100644 --- a/composer.json +++ b/composer.json @@ -2,33 +2,40 @@ "name": "roundcube/roundcubemail", "description": "The Roundcube Webmail suite", "license": "GPL-3.0-or-later", - "repositories": [ - { - "type": "composer", - "url": "https://plugins.roundcube.net" - } - ], "require": { - "php": ">=7.3.0", - "pear/pear-core-minimal": "~1.10.1", - "pear/auth_sasl": "~1.1.0", - "pear/mail_mime": "~1.10.0", - "pear/net_smtp": "~1.10.0", + "php": ">=8.1 <8.6", + "bacon/bacon-qr-code": "^3.0.0", + "guzzlehttp/guzzle": "^7.10.0", + "guzzlehttp/promises": "^2.0", + "league/commonmark": "^2.7", + "masterminds/html5": "~2.9.0", + "pear/auth_sasl": "~1.2.0", "pear/crypt_gpg": "~1.6.3", - "pear/net_sieve": "~1.4.5", - "roundcube/plugin-installer": "~0.3.1", - "roundcube/rtf-html-php": "~2.1", - "masterminds/html5": "~2.7.0", - "bacon/bacon-qr-code": "^2.0.0", - "guzzlehttp/guzzle": "^7.3.0", + "pear/mail_mime": "~1.10.11", + "pear/net_sieve": "~1.4.7", + "pear/net_smtp": "~1.12.0", + "pear/pear-core-minimal": "~1.10.15", + "roundcube/plugin-installer": "~0.3.5", + "roundcube/rtf-html-php": "^2.1", + "symfony/polyfill-php85": "^1.33.0", "kolab/net_ldap3": "~1.1.4" }, "suggest": { "bjeavons/zxcvbn-php": "^1.0 required for Zxcvbn password strength driver" }, + "autoload": { + "classmap": [ + "program/actions/", + "program/include/", + "program/lib/" + ] + }, "config": { "allow-plugins": { + "ergebnis/composer-normalize": true, + "phpstan/extension-installer": true, "roundcube/plugin-installer": true } - } + }, + "version": "1.7-rc" } |
