zendframework / zend-inputfilter

InputFilter component from Zend Framework
BSD 3-Clause "New" or "Revised" License
64 stars 50 forks source link

zend-servicemanager is not a dev dependency #125

Closed abacaphiliac closed 7 years ago

abacaphiliac commented 7 years ago

zendframework/zend-servicemanager and container-interop/container-interop are explicitly referenced by several classes in this package, so they should always be required.

i included zendframework/zend-inputfilter in a package without requiring zend-servicemanager and the input filter factory crashed due to the unsatisfied dependency.

abacaphiliac commented 7 years ago

@samsonasik i have reverted the .gitignore and composer.lock file changes. i'm curious, what is the reason for committing a lock file in a sub-package? i'm accustomed to committing the lock at the application level only.

weierophinney commented 7 years ago

@abacaphiliac —

abacaphiliac commented 7 years ago

@weierophinney thanks for the thorough response. i understand.

samsonasik commented 7 years ago

I think @weierophinney has reason for it. Also, this is not part of this PR

Senin, 24 Oktober 2016, Timothy Younger notifications@github.com menulis:

@samsonasik https://github.com/samsonasik i have reverted the .gitignore and composer.lock file changes. i'm curious, what is the reason for committing a lock file in a sub-package? i'm accustomed to committing the lock at the application level only.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zendframework/zend-inputfilter/pull/125#issuecomment-255600971, or mute the thread https://github.com/notifications/unsubscribe-auth/AAcDgA6aJuR0difFgEEBIJeIO3EVCOq8ks5q25aKgaJpZM4KeAKX .

Warm regards,

Abdul Malik Ikhsan