digitalkaoz 13 年之前
父節點
當前提交
20ae7efa2b
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 2 1
      res/composer-schema.json
  2. 1 1
      src/Composer/Package/Dumper/ArrayDumper.php

+ 2 - 1
res/composer-schema.json

@@ -222,7 +222,8 @@
                 },
                 "source": {
                     "type": "string",
-                    "description": "URL to the sources"
+                    "description": "URL to the sources",
+                    "format": "uri"
                 }
             }
         }

+ 1 - 1
src/Composer/Package/Dumper/ArrayDumper.php

@@ -36,7 +36,7 @@ class ArrayDumper
             'keywords',
             'autoload',
             'repositories',
-            'support'
+            'support',
         );
 
         $data = array();