-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect namespace for PHP SDK #1443
Comments
Interestingly, #1431 changed the composer.json only 10 days ago, when the PHP namespace was apparently |
Oh, that's most likely because of swagger-codegen - would you be up for checking what's going on there? |
I'll be out on vacation for the next 7 days, I suppose I could look at it after that when it's not resolved until then. Which namespace is the actual preferred one, |
@aeneasr PHP namespace seems to be |
Describe the bug
Since this commit: b5cb153
PHP SDK is using HydraSDK namespace
However, namespace is set to Hydra\Sdk in composer.json
Reproducing the bug
Steps to reproduce the behavior:
Expected behavior
composer.json should be updated according to the latest sdk
The text was updated successfully, but these errors were encountered: