diff options
author | Bruce Wells <brucekwells@gmail.com> | 2023-03-21 18:10:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-21 18:10:06 +0300 |
commit | 1b8d71d953d2ad9c9eb97d1fed9fe4ed4f8e83d3 (patch) | |
tree | 8d3ee58521931c7e35bcf56547c55c7f12b97eff /.gitignore | |
parent | 1d41ca6da294dbfda701f90833943fd87bff5d96 (diff) |
Php unit10 (#124)
* Static PHPUnit providers
* Limit PHP upgrades till new PHP version is tested
* Upgrade PHPUnit config schema
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ vendor/ .idea/ composer.lock +.phpunit.cache .phpunit.result.cache .vscode .php-cs-fixer.cache |