Closed Timo-Linde closed 7 years ago
Take a look at this
Hopefully we'll release a new tagged (minor) version soon.
looks really good thank you for that
Merged in https://github.com/liuggio/fastest/commit/4f52d7f13c853eb734e7e58fa95348a3a8cc4406
You can use new tagged version 1.4.1
.
Let me know if everything is ok, thanks.
Hello guys, i tried to run liuggio/fastest with phpunit 6.1.3 It cannot be get with composer because of the require statement on line 17
"phpunit/phpunit": "~4.8|~5.4"
I dont want to install the phpunit 6.1.3 externally. So i just added in my fork:
"phpunit/phpunit": "~4.8|~5.4|~6.1"
worked great for me.