Skip to content

Commit 4228602

Browse files
committed
FIXED : Validation of composer.json (composer validate) after Packagists mails
1 parent cd0db89 commit 4228602

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"description": "PhpWord - Read, Create, and Write DOCX, ODT, and RTF documents in PHP",
44
"keywords": [
55
"PHP", "PhpOffice", "office", "PhpWord", "word", "template", "reader", "writer",
6-
"docx", "OOXML", "OpenXML", "Office Open XML", "ISO/IEC 29500", "WordprocessingML",
6+
"docx", "OOXML", "OpenXML", "Office Open XML", "ISO IEC 29500", "WordprocessingML",
77
"RTF", "Rich Text Format", "doc", "odt", "OpenDocument"
88
],
99
"homepage": "http://phpoffice.github.io",
1010
"type": "library",
11-
"license": "LGPL",
11+
"license": "LGPL-3.0+",
1212
"authors": [
1313
{
1414
"name": "Mark Baker"
@@ -35,10 +35,8 @@
3535
"require-dev": {
3636
"phpunit/phpunit": "3.7.*"
3737
},
38-
"recommend": {
39-
"ext-gd2": "*"
40-
},
4138
"suggest": {
39+
"ext-gd2": "*",
4240
"ext-xmlwriter": "*",
4341
"ext-xsl": "*"
4442
},

0 commit comments

Comments
 (0)