Closed vinkla closed 7 years ago
The test suite isn't compatible with PHPUnit 6 just yet.
I've updated the PHPUnit version.
Thanks. Do you have a link to some documentation about preferring the caret ^
over the tilde ~
?
Here you go: Caret Version Range.
You definitely want the ^
for the PHP version since >=
means we support PHP 8.0. We don't know if this package works with 8.0 just yet.
The indentation in this file seems to have gone weird. It's using three spaces for indentation.
I've fixed the indentation and added a .editorconfig
file.
@johnbillion I've fixed the conflicts.
Any update on this pull request?
Cheers @vinkla, I'll get this in to the next version.
@johnbillion great!
@johnbillion make you could merge this and then take a look at it before releasing the next version?
This pull request basically just updates the syntax.
I've updated and formatted the
composer.json
file. Also updated the packages constraints.