Adjust PHP version

This commit is contained in:
Hillel Coren 2021-10-24 10:59:26 +03:00
parent ebcbbbaa1f
commit 7e973ff91e

View File

@ -13,7 +13,7 @@
} }
], ],
"require": { "require": {
"php": ">=7.4.0", "php": ">=7.3.0",
"ext-gd": "*", "ext-gd": "*",
"ext-gmp": "*", "ext-gmp": "*",
"ext-json": "*", "ext-json": "*",
@ -206,5 +206,5 @@
"type": "vcs", "type": "vcs",
"url": "https://github.com/tainmar/Laravel-Excel" "url": "https://github.com/tainmar/Laravel-Excel"
} }
] ]
} }