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

Use PHP 5.6 for creating composer.lock #165

Merged

Conversation

weierophinney
Copy link
Member

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:

$ rm -Rf composer.lock vendor
$ composer install

after installing the skeleton.

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.
@weierophinney weierophinney merged commit 00c5c5a into zfcampus:master Aug 15, 2018
weierophinney added a commit that referenced this pull request Aug 15, 2018
weierophinney added a commit that referenced this pull request Aug 15, 2018
weierophinney added a commit that referenced this pull request Aug 15, 2018
Forward port #165

Conflicts:
	CHANGELOG.md
@weierophinney weierophinney deleted the hotfix/php-5.6-installer branch August 15, 2018 18:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant