|
3 | 3 | "description": "The Roundcube Webmail suite", |
4 | 4 | "license": "GPL-3.0-or-later", |
5 | 5 | "require": { |
6 | | - "php": ">=7.3.0 <=8.5", |
7 | | - "pear/pear-core-minimal": "^1.10", |
8 | | - "pear/auth_sasl": "~1.1.0", |
9 | | - "pear/mail_mime": "~1.10.12", |
10 | | - "pear/net_smtp": "~1.10.0", |
11 | | - "pear/crypt_gpg": "*", |
12 | | - "pear/net_ldap2": "~2.2.0", |
13 | | - "pear/net_sieve": "*", |
14 | | - "roundcube/plugin-installer": "^0.3", |
15 | | - "masterminds/html5": "~2.8.0", |
16 | | - "firebase/php-jwt": "~5.0.0", |
17 | | - "pear/http_request2": "~2.5.0", |
| 6 | + "php": ">=7.3 <8.5", |
18 | 7 | "bacon/bacon-qr-code": "^2.0.8 || ^3.0.0", |
19 | 8 | "guzzlehttp/guzzle": "^7.9.2", |
20 | 9 | "guzzlehttp/promises": "^2.0", |
21 | | - "sabre/vobject": "~4.5.1", |
22 | | - "roundcube/rtf-html-php": "~2.1", |
23 | | - "kolab/net_ldap3": "~1.1.5", |
24 | | - "endroid/qr-code": "~1.6.5", |
25 | | - "spomky-labs/otphp": "~10.0.3" |
| 10 | + "masterminds/html5": "~2.8.0 || ~2.9.0", |
| 11 | + "pear/auth_sasl": "~1.1.0 || ~1.2.0", |
| 12 | + "pear/crypt_gpg": "~1.6.3", |
| 13 | + "pear/mail_mime": "~1.10.11", |
| 14 | + "pear/net_sieve": "~1.4.7", |
| 15 | + "pear/net_smtp": "~1.12.0", |
| 16 | + "pear/pear-core-minimal": "~1.10.1", |
| 17 | + "roundcube/plugin-installer": "~0.3.5", |
| 18 | + "roundcube/rtf-html-php": "^2.1" |
26 | 19 | }, |
27 | 20 | "require-dev": { |
28 | | - "laravel/dusk": "^7.9", |
29 | 21 | "ergebnis/composer-normalize": "^2.13", |
30 | 22 | "ergebnis/phpunit-slow-test-detector": "^2.11", |
31 | 23 | "friendsofphp/php-cs-fixer": "^3.0", |
32 | 24 | "phpstan/extension-installer": "^1.1", |
33 | 25 | "phpstan/phpstan": "^1.2", |
34 | | - "phpstan/phpstan-deprecation-rules": "^1.0", |
35 | | - "phpunit/phpunit": "^9.6.20", |
| 26 | + "phpstan/phpstan-deprecation-rules": "^1.2", |
| 27 | + "phpunit/phpunit": "^9.6.20 || ^10.0 || ^11.0", |
36 | 28 | "roundcube/acl": "*", |
37 | 29 | "roundcube/additional_message_headers": "*", |
38 | 30 | "roundcube/archive": "*", |
|
0 commit comments