Right now there a dependency on PHPUnit in composer.json which:
- from one side is correct (library creates a test case class for PHPUnit)
- from other side is not (it's forcing local PHPUnit copy in project even if PHPUnit is installed globally on machine and used from there)
@stof , can we just remove PHPUnit dependency?