GoogleCloudPlatform / appengine-php-sdk

Google App Engine PHP SDK
Apache License 2.0
29 stars 33 forks source link

Remove hardcoded imports from pb files #53

Closed zachluna closed 3 years ago

zachluna commented 3 years ago

Hardcoded imports from pb files cause failures when importing from integration tests. Using composer autoloader requires the paths in the proto files to be relative instead of absolute when creating apps using the appengine-php-sdk.