43ed3833 by Aleksandr Korzhenko

Merge branch 'protected' into 'master'

protected

See merge request !2
2 parents 247a7948 739c2bac
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": {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!