GravityKit / GravityExport-Lite

GravityExport Lite. Export all Gravity Forms entries to Excel (.xlsx) via a secret (shareable) url.
https://gfexcel.com
GNU General Public License v2.0
12 stars 8 forks source link

Added the proper php version for retrieving packages. #116

Closed doekenorg closed 2 years ago

doekenorg commented 2 years ago

This MR will add a config.platform.php key with the PHP version that we support. This way composer will not update packages to a newer version that have a highter php version set. It's as though you called composer install with php 7.2.

Should prevent issues like 1.10.1 in the future.