소스 검색

Update composer.json

Abhimanyu Sharma 11 년 전
부모
커밋
16d3c59aa6
1개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. 8 2
      composer.json

+ 8 - 2
composer.json

@@ -1,10 +1,16 @@
 {
     "name": "abhimanyusharma003/conversion",
-    "description": "",
+    "description": "Laravel Unit Conversion",
+     "keywords": [
+         "laravel", "uint", "measurements", "conversion"
+     ],
+    "homepage":    "https://github.com/abhimanyusharma003/conversion",
+    "license": "MIT",
     "authors": [
         {
             "name": "Abhimanyu Sharma",
-            "email": "abhimanyusharma003@gmail.com"
+            "email": "abhimanyusharma003@gmail.com",
+            "role": "Developer"
         }
     ],
     "require": {