Update deps to be installable with PHP 7.1-7.3

This commit is contained in:
Adrien Crivelli 2019-11-10 17:04:56 +01:00
parent 13eaeb39cf
commit a38de08344
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
2 changed files with 592 additions and 394 deletions

View File

@ -53,19 +53,19 @@
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"ext-zip": "*", "ext-zip": "*",
"ext-zlib": "*", "ext-zlib": "*",
"psr/simple-cache": "^1.0",
"markbaker/complex": "^1.4", "markbaker/complex": "^1.4",
"markbaker/matrix": "^1.1" "markbaker/matrix": "^1.2",
"psr/simple-cache": "^1.0"
}, },
"require-dev": { "require-dev": {
"tecnickcom/tcpdf": "^6.2", "dompdf/dompdf": "^0.8.3",
"dompdf/dompdf": "^0.8.0", "friendsofphp/php-cs-fixer": "^2.16",
"mpdf/mpdf": "^7.0.0",
"jpgraph/jpgraph": "^4.0", "jpgraph/jpgraph": "^4.0",
"friendsofphp/php-cs-fixer": "@stable", "mpdf/mpdf": "^8.0",
"phpcompatibility/php-compatibility": "^8.0", "phpcompatibility/php-compatibility": "^9.3",
"squizlabs/php_codesniffer": "^3.3", "phpunit/phpunit": "^7.5",
"phpunit/phpunit": "^7.5" "squizlabs/php_codesniffer": "^3.5",
"tecnickcom/tcpdf": "^6.3"
}, },
"suggest": { "suggest": {
"mpdf/mpdf": "Option for rendering PDF with PDF Writer", "mpdf/mpdf": "Option for rendering PDF with PDF Writer",

968
composer.lock generated

File diff suppressed because it is too large Load Diff