11{
2- "name" : " freshmail/rest-api" ,
3- "description" : " A php library which implements the functionality of FreshMail REST API." ,
4- "keywords" : [" freshmail" , " rest" ],
5- "type" : " library" ,
6- "license" : " GPL-3.0" ,
7- "authors" : [
8- {
9- "name" : " Tadeusz Kania" ,
10- 11- "homepage" : " https://freshmail.pl" ,
12- "role" : " Developer"
13- },
14- {
15- "name" : " Piotr Suszalski" ,
16- 17- "homepage" : " https://freshmail.pl" ,
18- "role" : " Developer"
19- },
20- {
21- "name" : " Grzegorz Gorczyca" ,
22- 23- "homepage" : " https://freshmail.pl" ,
24- "role" : " Developer"
25- },
26- {
27- "name" : " Piotr Leżoń" ,
28- 29- "homepage" : " https://freshmail.pl" ,
30- "role" : " Developer"
31- }
32- ],
33- "require" : {
34- "php" : " >=7.0" ,
35- "ext-curl" : " *" ,
36- "ext-json" : " *" ,
37- "psr/log" : " ^1.1" ,
38- "monolog/monolog" : " ^1.25" ,
39- "guzzlehttp/guzzle" : " ^6.5"
2+ "name" : " katalysteducation/rest-api" ,
3+ "description" : " A php library which implements the functionality of FreshMail REST API." ,
4+ "keywords" : [
5+ " freshmail" ,
6+ " rest"
7+ ],
8+ "type" : " library" ,
9+ "license" : " GPL-3.0" ,
10+ "authors" : [{
11+ "name" : " Tadeusz Kania" ,
12+ 13+ "homepage" : " https://freshmail.pl" ,
14+ "role" : " Developer"
4015 },
41- "autoload" : {
42- "psr-4" : {
43- "FreshMail\\ ApiV2\\ " : " src/FreshMail/"
44- }
16+ {
17+ "name" : " Piotr Suszalski" ,
18+ 19+ "homepage" : " https://freshmail.pl" ,
20+ "role" : " Developer"
21+ },
22+ {
23+ "name" : " Grzegorz Gorczyca" ,
24+ 25+ "homepage" : " https://freshmail.pl" ,
26+ "role" : " Developer"
27+ },
28+ {
29+ "name" : " Piotr Leżoń" ,
30+ 31+ "homepage" : " https://freshmail.pl" ,
32+ "role" : " Developer"
33+ }
34+ ],
35+ "require" : {
36+ "php" : " >=7.0" ,
37+ "ext-curl" : " *" ,
38+ "ext-json" : " *" ,
39+ "psr/log" : " ^1.1" ,
40+ "monolog/monolog" : " ^1.25" ,
41+ "guzzlehttp/guzzle" : " ^6.5"
42+ },
43+ "autoload" : {
44+ "psr-4" : {
45+ "FreshMail\\ ApiV2\\ " : " src/FreshMail/"
4546 }
46- }
47+ }
48+ }
0 commit comments