added PHPUnit

This commit is contained in:
tracer 2022-01-23 16:38:26 +01:00
parent 69659bb33f
commit 537da5b530
2 changed files with 2101 additions and 3 deletions

View File

@ -7,7 +7,8 @@
"php": ">=8.1", "php": ">=8.1",
"ext-json": "*", "ext-json": "*",
"ext-pdo": "*", "ext-pdo": "*",
"phplucidframe/console-table": "^1.2" "phplucidframe/console-table": "^1.2",
"ext-curl": "*"
}, },
"config": { "config": {
"optimize-autoloader": true, "optimize-autoloader": true,
@ -25,5 +26,8 @@
"psr-4": { "psr-4": {
"Src\\": "src/" "Src\\": "src/"
} }
},
"require-dev": {
"phpunit/phpunit": "^9.5"
} }
} }

2098
bindAPI/composer.lock generated

File diff suppressed because it is too large Load Diff