Skip to content

Commit

Permalink
Test using Roundcubemail from Packagist
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Apr 20, 2024
1 parent da8b3a7 commit 7ca93af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
6 changes: 0 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-strict-rules": "^1.3"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/roundcube/roundcubemail.git"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
Expand Down
7 changes: 2 additions & 5 deletions test-composer/composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"name": "roundcube/plugin-installer-test",
"require": {
"roundcube/carddav": "^4 || ^5"
"roundcube/carddav": "^4 || ^5",
"roundcube/roundcubemail": "dev-master as 1.99"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/roundcube/roundcubemail.git"
},
{
"type": "path",
"url": ".."
Expand Down

0 comments on commit 7ca93af

Please sign in to comment.