Skip to content

Commit

Permalink
Merge pull request #44 from mvorisek/require-roundcube
Browse files Browse the repository at this point in the history
Require roundcube package in composer.json
  • Loading branch information
alecpl authored Apr 6, 2024
2 parents 060acc6 + c4ba858 commit fb67732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
]
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0"
"composer-plugin-api": "^1.0 || ^2.0",
"roundcube/roundcubemail": "*"
},
"require-dev": {
"composer/composer": "*"
Expand Down

0 comments on commit fb67732

Please sign in to comment.