-
-
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
Outdated hydra PHP composer package #1382
Comments
Hydra API libraries should be in separate repositories, it is weird to install the whole hydra sources to only get the rest api sdk. |
The SDKs are packaged and the packaging removes unnecessary files - if not that's a bug (please file a separate issue). So I don't see the upside of pushing that to separate repositories which adds additional complexity for releases. |
I'm assuming that composer doesn't work well with optional build tags ( |
No dice there. Packagist actually requires a trigger on your github repository to be informed about new tags. Maybe the trigger got disabled? |
Yeah looks like the webhooks didn't work / weren't enabled. All tags should now be available again! |
Currently the latest version of the Hydra SKK in packagist
v1.0.0-rc.6+oryOS.10
, while the current Hydra release is atrc.9
. Since meanwhile at least one API endpoint changed, the old SDK is not working withrc.9
and should be updated.By the way, how about splitting the SDKs into individual repositories, so when installing the PHP, JS or any other SDK it doesn't have to pull all the stuff it doesn't care about?
The text was updated successfully, but these errors were encountered: