X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=6d28338ccd45b35ac6d14de674d484cf48d24ba9;hb=9ad41b1a5047ba120036230e61e9d519bcb72a86;hp=7f3d93cd5e5c15a39741a8ab3ba675f19f338e99;hpb=8caddd87d0df2a41a9cf31aeb0b168e610bbc31e;p=core.git diff --git a/composer.json b/composer.json index 7f3d93cd..6d28338c 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,16 @@ { - "require-dev": { - "phpunit/phpunit": "^6.2" - } + "name": "quix0r/core", + "description": "Core Object-Oriented Framework", + "type": "library", + "license": "GPLv3+", + "authors": [ + { + "name": "Roland Häder", + "email": "roland@mxchange.org" + } + ], + "minimum-stability": "stable", + "require-dev": { + "phpunit/phpunit": "^6.3" + } }