Ignore PHPUnit result cache
exclude vardumper 6 on php 7.4
Remove debug comments
Specify supported PHP versions
Allow older versions of symfony/var-dumper
Setup test framework
Composer cleanup
Add MIT license
Added composer keywords
Leverage PSR-4
Remove unnecesary env code
This should be rebased after #23 is merged and the CI should pass.
.gitattributes
file..travis.yml
file..gitattributes
to exclude .github/
directory and sorted records alphabetically..phpunit.cache/
directory to .gitignore
.Add support for PHPUnit 10 (#52)
Add support for PHPunit 10
Don't test PHPunit 10 on PHP < 8.1
Fix CI
Update PHPUnit config