We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8b3a7 commit 7ca93afCopy full SHA for 7ca93af
composer.json
@@ -31,12 +31,6 @@
31
"phpstan/phpstan-deprecation-rules": "^1.0",
32
"phpstan/phpstan-strict-rules": "^1.3"
33
},
34
- "repositories": [
35
- {
36
- "type": "git",
37
- "url": "https://github.com/roundcube/roundcubemail.git"
38
- }
39
- ],
40
"minimum-stability": "dev",
41
"prefer-stable": true,
42
"autoload": {
test-composer/composer.json
@@ -1,13 +1,10 @@
1
{
2
"name": "roundcube/plugin-installer-test",
3
"require": {
4
- "roundcube/carddav": "^4 || ^5"
+ "roundcube/carddav": "^4 || ^5",
5
+ "roundcube/roundcubemail": "dev-master as 1.99"
6
7
"repositories": [
8
9
10
- },
11
12
"type": "path",
13
"url": ".."
0 commit comments