build: Add composer setup with phpunit and faker

This commit is contained in:
kj
2026-09-05 12:02:34 -03:00
parent a4fcd21492
commit c0e5cf79d0
2 changed files with 1985 additions and 0 deletions

15
composer.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "kj/duckbrain",
"description": "DuckBrain microframework - development harness (tests and tooling; never published to master).",
"type": "project",
"license": "MIT",
"require-dev": {
"fakerphp/faker": "^1.24",
"phpunit/phpunit": "^11.0"
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
}
}

1970
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff