Skip to content

Commit 7ca93af

Browse files
committed
Test using Roundcubemail from Packagist
1 parent da8b3a7 commit 7ca93af

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

composer.json

-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@
3131
"phpstan/phpstan-deprecation-rules": "^1.0",
3232
"phpstan/phpstan-strict-rules": "^1.3"
3333
},
34-
"repositories": [
35-
{
36-
"type": "git",
37-
"url": "https://github.com/roundcube/roundcubemail.git"
38-
}
39-
],
4034
"minimum-stability": "dev",
4135
"prefer-stable": true,
4236
"autoload": {

test-composer/composer.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
{
22
"name": "roundcube/plugin-installer-test",
33
"require": {
4-
"roundcube/carddav": "^4 || ^5"
4+
"roundcube/carddav": "^4 || ^5",
5+
"roundcube/roundcubemail": "dev-master as 1.99"
56
},
67
"repositories": [
7-
{
8-
"type": "git",
9-
"url": "https://github.com/roundcube/roundcubemail.git"
10-
},
118
{
129
"type": "path",
1310
"url": ".."

0 commit comments

Comments
 (0)