Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 00c5c5a

Browse files
committed
Use PHP 5.6 for creating composer.lock
Since we had used PHP 7+ for creating the `composer.lock` in previous versions, users who attempted to install using PHP 5.6 would run into errors due to dependencies that required PHP 7.1. This commit runs `composer install` using PHP 5.6, and updates the `composer.lock`. However, this means users who want later versions of components will need to run: ```bash $ rm -Rf composer.lock vendor $ composer install ``` after installing the skeleton.
1 parent 60550fa commit 00c5c5a

File tree

1 file changed

+346
-423
lines changed

1 file changed

+346
-423
lines changed

0 commit comments

Comments
 (0)