File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ This API client covers all functions of API V2 such as:
10
10
11
11
If You want to send transactional messages in rich format please use new [ API V3 client] ( https://github.com/FreshMail/php-api-client ) .
12
12
13
+ ## Installation via composer (compatible with PHP >=8.0)
14
+
15
+ Add via composer:
16
+
17
+ composer require freshmail/rest-api:^4.0
18
+
13
19
## Installation via composer (compatible with PHP >=7.0)
14
20
15
21
Add via composer:
Original file line number Diff line number Diff line change 31
31
}
32
32
],
33
33
"require" : {
34
- "php" : " >=7.0" ,
34
+ "php" : " >=7.0||^8.0 " ,
35
35
"ext-curl" : " *" ,
36
36
"ext-json" : " *" ,
37
- "psr/log" : " ^1.1" ,
38
- "monolog/monolog" : " ^2" ,
39
- "guzzlehttp/guzzle" : " ~7.2"
37
+ "psr/log" : " ^1.1|^2.0|^3.0 " ,
38
+ "monolog/monolog" : " ^2.0|^3.0 " ,
39
+ "guzzlehttp/guzzle" : " ~7.2|^7.3||^7.4 "
40
40
},
41
41
"autoload" : {
42
42
"psr-4" : {
You can’t perform that action at this time.
0 commit comments