]> git.mxchange.org Git - core.git/blobdiff - composer.json
Continued:
[core.git] / composer.json
index 283b9b6c0031f34de743cbe6baec5f5778a7d455..6d28338ccd45b35ac6d14de674d484cf48d24ba9 100644 (file)
@@ -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"
+    }
 }