X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=6d28338ccd45b35ac6d14de674d484cf48d24ba9;hb=c21969ecc9ea3689d37dac8dd39ea202b2726e99;hp=283b9b6c0031f34de743cbe6baec5f5778a7d455;hpb=cef34f9bb11c2d6510d0c325753ff1c184ac95e0;p=core.git diff --git a/composer.json b/composer.json index 283b9b6c..6d28338c 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,16 @@ { - "require-dev": { - "phpunit/phpunit": "^6.3" - } + "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" + } }