protected
Showing
1 changed file
with
6 additions
and
2 deletions
| 1 | { | 1 | { |
| 2 | "name": "fehrlich/immoscout24-api-php", | 2 | "name": "ut-devops/immoscout24-api-php", |
| 3 | "description": "PHP Client for interacting with the Immoscout24 REST API", | 3 | "description": "PHP Client for interacting with the Immoscout24 REST API", |
| 4 | "type": "library", | 4 | "type": "library", |
| 5 | "authors": [ | 5 | "authors": [ |
| 6 | { | 6 | { |
| 7 | "name": "fehrlich", | 7 | "name": "fehrlich", |
| 8 | "email": "franz.ehrlich@googlemail.com" | 8 | "email": "franz.ehrlich@googlemail.com" |
| 9 | }, | ||
| 10 | { | ||
| 11 | "name": "ut-devops", | ||
| 12 | "email": "devops@ut.in.ua" | ||
| 9 | } | 13 | } |
| 10 | ], | 14 | ], |
| 11 | "require": { | 15 | "require": { |
| ... | @@ -16,7 +20,7 @@ | ... | @@ -16,7 +20,7 @@ |
| 16 | "license": "MIT", | 20 | "license": "MIT", |
| 17 | "autoload": { | 21 | "autoload": { |
| 18 | "psr-4": { | 22 | "psr-4": { |
| 19 | "fehrlich\\ImmoScoutAPI\\": "src/" | 23 | "ut-devops\\ImmoScoutAPI\\": "src/" |
| 20 | } | 24 | } |
| 21 | }, | 25 | }, |
| 22 | "require-dev": { | 26 | "require-dev": { | ... | ... |
-
Please register or sign in to post a comment