Skip to content

Commit

Permalink
Remove common protos (#220)
Browse files Browse the repository at this point in the history
* Remove common protos
* Remove ApiCore directory
* Increase minimum protobuf version
  • Loading branch information
michaelbausor committed Dec 11, 2018
1 parent 8728300 commit a69d51e
Show file tree
Hide file tree
Showing 301 changed files with 10 additions and 20,781 deletions.
16 changes: 5 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
"google/auth": "^1.2.0",
"google/grpc-gcp": "^0.1.0",
"grpc/grpc": "^1.4",
"google/protobuf": "^3.5.1",
"google/protobuf": "^3.6.1",
"guzzlehttp/promises": "^1.3",
"guzzlehttp/psr7": "^1.2"
"guzzlehttp/psr7": "^1.2",
"google/common-protos": "^0.1"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36",
Expand All @@ -21,21 +22,14 @@
},
"autoload": {
"psr-4": {
"Google\\Api\\": "src/Api",
"Google\\ApiCore\\": "src/ApiCore",
"Google\\Cloud\\": "src/Cloud",
"Google\\Iam\\": "src/Iam",
"Google\\Jison\\": "src/Jison",
"Google\\LongRunning\\": "src/LongRunning",
"Google\\Rpc\\": "src/Rpc",
"Google\\Type\\": "src/Type",
"Google\\ApiCore\\": "src",
"GPBMetadata\\Google\\": "metadata"
}
},
"autoload-dev": {
"psr-4": {
"Google\\ApiCore\\Dev\\": "dev/src",
"Google\\": "tests",
"Google\\ApiCore\\": "tests",
"GPBMetadata\\": "metadata"
}
},
Expand Down
31 changes: 0 additions & 31 deletions metadata/Api/Annotations.php

This file was deleted.

46 changes: 0 additions & 46 deletions metadata/Api/Auth.php

This file was deleted.

34 changes: 0 additions & 34 deletions metadata/Api/Backend.php

This file was deleted.

37 changes: 0 additions & 37 deletions metadata/Api/Billing.php

This file was deleted.

38 changes: 0 additions & 38 deletions metadata/Api/ConfigChange.php

This file was deleted.

37 changes: 0 additions & 37 deletions metadata/Api/Consumer.php

This file was deleted.

33 changes: 0 additions & 33 deletions metadata/Api/Context.php

This file was deleted.

30 changes: 0 additions & 30 deletions metadata/Api/Control.php

This file was deleted.

57 changes: 0 additions & 57 deletions metadata/Api/Distribution.php

This file was deleted.

0 comments on commit a69d51e

Please sign in to comment.