-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
read dev-dependencies and get decomposer version #10
read dev-dependencies and get decomposer version #10
Conversation
…list or from dependency list.
Its also possible to display the dev dependencies. |
@dducro thank you for the PR :) Can you please resolve the conflicts as the code structure has changed in the v1.1 release today, so I can merge it. Also:
Thank you for considering contributing to Decomposer and discussing every possible things. |
…into feature/get-decomposer-version # Conflicts: # .gitignore # src/controllers/DecomposerController.php
from package list or from dependency list.
I resolved the merge conflicts.
|
Much better that you extracted all functionality to it's own class! |
@dducro not focusing on testing right now. So other than testing I guess there is no harm in keeping methods static. Will let you know once I feel it's the right time to include tests and I myself will be confident to ask tests from contributors and all of the testing stuff. |
Thanks for merging! |
@dducro Hey just fixed the following that I missed earlier, just thought to let you know :)
Let me know your thoughts on it :) |
@introwit Thats true, I probably overlooked that as well. (You could consider committing these changes to a develop branch. I couldn't find your fix you just mentioned.) |
@dducro I haven't pushed it yet. Just fixed locally and next minute wrote it to you to get your thoughts on it first :) EDIT: Yeah thinking on that idea to include the flow of pushing to a develop branch in my workflow. Also are you on twitter, so that we can connect quicker in future if needed? |
Yes, I'm @pindakaas023, not very active on twitter though. |
@dducro noted! |
Get Decomposer version from the package list (default) or from the dependency list if its required by another package.