-
Notifications
You must be signed in to change notification settings - Fork 22
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
composer: fill ext-* dependencies #6
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for that. I am only worried this will cause composer shouting when the ext requirements are not met (in cases where existing installations was all fine without them - if luckily the parts requiring the ext functions were never executed) - but behavior should be more predictable with these specified..
rechecked all packages with composer validate:
|
here's some simpler version, using
|
this is awesome,
I was using 1.12.21, update to 1.13.0 will fix this ;) |
based on https://github.com/pld-linux/ZendFramework/blob/auto/th/ZendFramework-1.12.20-1/ZendFramework.spec
which itself is based on:
replaces: zf1s/zend-validate#3
cc @falkenhawk