Composer php unit install and composer.json update

This commit is contained in:
Clemens Schwaighofer
2021-10-27 17:56:46 +09:00
parent 0b7dba5e2f
commit 60b6fae33a
1345 changed files with 135780 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "gullevek/www",
"name": "gullevek/corelibs",
"description": "CoreLibs",
"type": "library",
"authors": [
@@ -8,5 +8,12 @@
"email": "clemens.schwaighofer@egplusww.com"
}
],
"require": {}
"autoload": {
"classmap": [
"libs/"
]
},
"require-dev": {
"phpunit/phpunit": "^9"
}
}