Browse Source

Add keywords to composer.json

Marc Würth 8 years ago
parent
commit
50f9849c96
1 changed files with 10 additions and 1 deletions
  1. 10 1
      composer.json

+ 10 - 1
composer.json

@@ -3,7 +3,16 @@
     "description": "The CakePHP framework",
     "type": "library",
     "keywords": [
-        "framework"
+        "framework",
+        "mvc",
+        "rapid-development",
+        "conventions over configuration",
+        "dry",
+        "orm",
+        "form",
+        "validation",
+        "rest-api",
+        "psr-7"
     ],
     "homepage": "https://cakephp.org",
     "license": "MIT",