FIXED : Validation of composer.json (composer validate) after Packagists mails
This commit is contained in:
parent
cd0db8921f
commit
42286026e3
|
|
@ -3,12 +3,12 @@
|
||||||
"description": "PhpWord - Read, Create, and Write DOCX, ODT, and RTF documents in PHP",
|
"description": "PhpWord - Read, Create, and Write DOCX, ODT, and RTF documents in PHP",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"PHP", "PhpOffice", "office", "PhpWord", "word", "template", "reader", "writer",
|
"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"
|
"RTF", "Rich Text Format", "doc", "odt", "OpenDocument"
|
||||||
],
|
],
|
||||||
"homepage": "http://phpoffice.github.io",
|
"homepage": "http://phpoffice.github.io",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"license": "LGPL",
|
"license": "LGPL-3.0+",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Mark Baker"
|
"name": "Mark Baker"
|
||||||
|
|
@ -35,10 +35,8 @@
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "3.7.*"
|
"phpunit/phpunit": "3.7.*"
|
||||||
},
|
},
|
||||||
"recommend": {
|
|
||||||
"ext-gd2": "*"
|
|
||||||
},
|
|
||||||
"suggest": {
|
"suggest": {
|
||||||
|
"ext-gd2": "*",
|
||||||
"ext-xmlwriter": "*",
|
"ext-xmlwriter": "*",
|
||||||
"ext-xsl": "*"
|
"ext-xsl": "*"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue