-
Notifications
You must be signed in to change notification settings - Fork 8
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
v. 2.0.1 doesn't include autoload section in composer.json #6
Comments
I'm sorry, I don't quite understand what you are asking me to change. Can you explain it a little more? |
In my composer.json in 'require' section I added the following dependency: "technosophos/LibRIS": ">=2.0.1" When I'm executing composer install it downloads the repository version 2.0.1 which is ok. So my current fix is to use 'master' instead '>=2.0.1' for version, like It would be nice to have a version name that will include commit # cd31c2a in it. |
Oh, you're right! |
Thanks a lot. Again, thanks for the fix. |
The 'autoload' section was added to composer.json after v2.0.1 had been released.
I'm using composer and I have to use 'master' instead of a version number.
Could you create a new version that will include missed 'autoload' section.
The text was updated successfully, but these errors were encountered: