Distro zip file from tar file #449 (#543)

* Create zip file from tar file

* Formatting
This commit is contained in:
Nabeel S
2020-02-10 10:40:42 -05:00
committed by GitHub
parent 989e86ecd3
commit 90e1b3317d
8 changed files with 303 additions and 150 deletions

View File

@@ -1,10 +0,0 @@
<?php
return [
'php' => [
// You can change this to a lower version, the lowest
// can be 7.0. However, there's no guarantee that things
// will work properly. Change at your peril!
'version' => '7.1.3',
],
];