added PHPUnit
This commit is contained in:
parent
69659bb33f
commit
537da5b530
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue