Composer php unit install and composer.json update
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user