From 42286026e3b197dd05cd5fd27f6e5cfd568262a7 Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Sun, 23 Mar 2014 16:59:28 +0100 Subject: [PATCH] FIXED : Validation of composer.json (composer validate) after Packagists mails --- composer.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 6be0b030..37441b35 100644 --- a/composer.json +++ b/composer.json @@ -3,12 +3,12 @@ "description": "PhpWord - Read, Create, and Write DOCX, ODT, and RTF documents in PHP", "keywords": [ "PHP", "PhpOffice", "office", "PhpWord", "word", "template", "reader", "writer", - "docx", "OOXML", "OpenXML", "Office Open XML", "ISO/IEC 29500", "WordprocessingML", + "docx", "OOXML", "OpenXML", "Office Open XML", "ISO IEC 29500", "WordprocessingML", "RTF", "Rich Text Format", "doc", "odt", "OpenDocument" ], "homepage": "http://phpoffice.github.io", "type": "library", - "license": "LGPL", + "license": "LGPL-3.0+", "authors": [ { "name": "Mark Baker" @@ -35,10 +35,8 @@ "require-dev": { "phpunit/phpunit": "3.7.*" }, - "recommend": { - "ext-gd2": "*" - }, "suggest": { + "ext-gd2": "*", "ext-xmlwriter": "*", "ext-xsl": "*" },