Skip to content

Commit fb67732

Browse files
authored
Merge pull request #44 from mvorisek/require-roundcube
Require roundcube package in composer.json
2 parents 060acc6 + c4ba858 commit fb67732

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
]
2929
},
3030
"require": {
31-
"composer-plugin-api": "^1.0 || ^2.0"
31+
"composer-plugin-api": "^1.0 || ^2.0",
32+
"roundcube/roundcubemail": "*"
3233
},
3334
"require-dev": {
3435
"composer/composer": "*"

0 commit comments

Comments
 (0)