-
Notifications
You must be signed in to change notification settings - Fork 24
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
Provide for composer installation #50
Comments
I think is a good idea to add this functionality. So what is your suggestion? |
@pitbulk My suggestion would actually be to do a subtree split and have a separate repo for each of these. Partly because it would be easier to have them installable via composer (and one can require the other) but also that it would be easier to integrate with travis for CI, since it's looking for a version.php at the top-level of the repo. Does that sound OK for you? |
Ok, I will try to create 2 new repos, update Moodle to reference them and set a note on this repo to reference them too. But right now I'm quite busy so that will take time. |
@pitbulk I've created a new moodle-saml organization and added you to it, with repos for the subtree splits. I will seed those, shortly. |
Ok, perfect if you can take care of that part. |
Theoretically we could do this with the composer installer, however this package provides both an auth and enrol plugin. Perhaps we could whip up a quick custom installer?
The text was updated successfully, but these errors were encountered: