소스 검색

fixed license & homepage

Johannes 13 년 전
부모
커밋
83e4c902e0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      composer.json

+ 2 - 1
composer.json

@@ -3,7 +3,8 @@
     "type": "symfony-bundle",
     "description": "Allows you to easily serialize, and deserialize object graphs of any complexity",
     "keywords": ["serialization", "deserialization", "json", "jaxb", "xml"],
-    "license": "Apache",
+    "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
+    "license": "Apache2",
     "authors": [
         {
             "name": "Johannes M. Schmitt",