added PHPUnit
This commit is contained in:
parent
69659bb33f
commit
537da5b530
|
@ -7,7 +7,8 @@
|
|||
"php": ">=8.1",
|
||||
"ext-json": "*",
|
||||
"ext-pdo": "*",
|
||||
"phplucidframe/console-table": "^1.2"
|
||||
"phplucidframe/console-table": "^1.2",
|
||||
"ext-curl": "*"
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
|
@ -25,5 +26,8 @@
|
|||
"psr-4": {
|
||||
"Src\\": "src/"
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.5"
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue