File tree Expand file tree Collapse file tree 3 files changed +1914
-1426
lines changed Expand file tree Collapse file tree 3 files changed +1914
-1426
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,13 @@ $ composer i
10
10
## Troubleshooting
11
11
12
12
### Composer 2.0 - Pear/Horde vows
13
- If you experience any troubles running ` composer ` , please revert to ** Composer 1.*** . You can safely
14
- go back to ** Composer 2** afterwards.
13
+ As of ** v1.0.1** , _ php-lib-conjoon_ no longer requires _ Composer 1.* _ for installation.
14
+ For _ Composer 2.* _ -compatibility, _ php-lib-conjoon_ relies on the following private composer
15
+ package repository:
15
16
16
- - remove ` requires ` and ` repositories ` from the _ composer.json_ , then run
17
- ``` shell
18
- composer self-update --1
19
17
```
20
- - add the previously removed ` requires ` and ` repositories ` back to _ composer.json _ , then run
21
- ``` shell
22
- composer update
23
- composer self-update --rollback
24
- ```
18
+ https://horde-satis.maintaina.com
19
+ ```
20
+
21
+ This repository is also mentioned in the _ composer.json _ -file of
22
+ [ horde \/ horde_deployment ] ( https://github.com/horde/horde-deployment/blob/master/composer.json ) .
Original file line number Diff line number Diff line change 3
3
"description" : " PHP email library" ,
4
4
"type" : " library" ,
5
5
"repositories" : [
6
- {
7
- "type" : " pear" ,
8
- "url" : " https://pear.horde.org"
9
- }
6
+ {"url" : " https://horde-satis.maintaina.com" , "type" : " composer" }
10
7
],
11
8
"require" : {
12
9
"php" : " >=7.4" ,
13
10
"ezyang/htmlpurifier" : " ^4.11" ,
14
11
"laravel/lumen-framework" : " 5.8.*" ,
15
- "pear-pear. horde.org/horde_imap_client " : " 2.30.* " ,
16
- "pear-pear. horde.org/horde_smtp " : " 1.9.* "
12
+ "horde/imap_client " : " dev-FRAMEWORK_6_0 " ,
13
+ "horde/smtp " : " dev-FRAMEWORK_6_0 "
17
14
},
18
15
"require-dev" : {
19
16
"fakerphp/faker" : " ^1.9.1" ,
38
35
"name" : " Thorsten Suckow-Homberg" ,
39
36
40
37
}
41
- ]
38
+ ],
39
+ "minimum-stability" : " dev" ,
40
+ "config" : {
41
+ "allow-plugins" : {
42
+ "horde/horde-installer-plugin" : false
43
+ }
44
+ }
42
45
}
You can’t perform that action at this time.
0 commit comments