diff --git a/composer.json b/composer.json index 4d754518e..d20febac9 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,13 @@ "name": "jms/serializer", "type": "library", "description": "Library for (de-)serializing data of any complexity; supports XML, and JSON.", - "keywords": ["serialization", "deserialization", "json", "jaxb", "xml"], + "keywords": [ + "serialization", + "deserialization", + "json", + "jaxb", + "xml" + ], "homepage": "http://jmsyst.com/libs/serializer", "license": "MIT", "authors": [ @@ -73,6 +79,5 @@ "branch-alias": { "dev-master": "3.x-dev" } - }, - "minimum-stability": "dev" + } }