FIXED : Validation of composer.json (composer validate) after Packagists mails

This commit is contained in:
Progi1984 2014-03-23 16:59:28 +01:00
parent cd0db8921f
commit 42286026e3
1 changed files with 3 additions and 5 deletions

View File

@ -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": "*"
},