浏览代码

Added keywords to composer.json

Andrew Collington 10 年之前
父节点
当前提交
46f05c3285
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      composer.json

+ 3 - 1
composer.json

@@ -1,12 +1,14 @@
 {
 {
   "name": "amnuts/opcache-gui",
   "name": "amnuts/opcache-gui",
   "description": "A gui for Zend OPcache with a simple & effective interface and real-time updates",
   "description": "A gui for Zend OPcache with a simple & effective interface and real-time updates",
+  "keywords": ["opcache", "cache", "gui", "opcodes", "interface"],
   "minimum-stability": "stable",
   "minimum-stability": "stable",
   "license": "MIT",
   "license": "MIT",
   "authors": [
   "authors": [
     {
     {
       "name": "Andrew Collington",
       "name": "Andrew Collington",
-      "email": "andy@amnuts.com"
+      "email": "andy@amnuts.com",
+      "homepage": "http://www.amnuts.com/"
     }
     }
   ],
   ],
   "require": {
   "require": {