Daniel Kreuer

Results 6 comments of Daniel Kreuer

Implementation is in there. Now onto improving the testing situation.

PHP 7.4.6 (lowest I have atm) throws fatal error: > PHP Fatal error: Cannot use 'Parent' as class name as it is reserved in test/fixtures/regression/CannotUseParentAsClassNameAsItIsReservedPhp7Test/src/Parent.php on line 7 All supported...

Running `find . -type f -name '*.php' -exec php -l {} \; |grep -v "No syntax errors detected"` on the dependency codebase yielded the following errors (with PHP 7.4.6): ```...

@Ocramius exclude feature to circumvent upstream packages issues? Pro: require checker will be usable in these cases too. Con: More configuration which might go wrong. I’d put that feature on...

Issue and solution is probably a duplicate of #58. and there already was doubt if such an option would be worth it.