Christian Lück
Christian Lück
The current `DependencyEdge::isDevDependency()` is a bit ambiguous with regards to mixed dev- and non-dev-dependencies: Source packages that list the dependency in both "require-dev" and "require" will only create a single...
Currently, the test suite uses composer to temporarily install some packages, analyzes the resulting package set and then removes the packages again. This makes the test suite slow to run,...
- [x] Implementation - [ ] Tests Resolves #8
The current behavior is a bit ambiguous with regards to mixed dev- and non-dev-dependencies: Source packages that list a dependency in both "require-dev" and "require" will only create a single...
Currently, we analyze every single package and add all of them to a single graph, no matter if it's a dev and non-dev dependency. Instead, I'd like to propose we...
Centipede works fine while running on the root path like `http://example.com/`, however it does not correctly resolve relative `href` targets when running on a sub-path like `http://example.com/demo`. Some test cases...
We should support matching combined short options: ``` add [-i] [-a] [-d=] [-w=] ``` All `add -i -a`, `add -ia` and `add -ai` should result in the same match. Also,...
http://twig.sensiolabs.org/doc/tags/autoescape.html
It's a common use case to skip some templates if a certain precondition is met (such as "is this running in a Docker container?" etc.). As such, we should add...