Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README fix for PHP 7.3 installations #274

Merged
merged 2 commits into from
Apr 25, 2019

Conversation

panique
Copy link
Contributor

@panique panique commented Apr 25, 2019

The current installation guide will fail for PHP 7.3, so I added this fix: It tells the user to do a composer require to version 4.6, which will install 4.6.0. This version has an incompatibility issue with PHP 7.3 that has been fixed in 4.6.1, so it makes sense to require that by default.

Maybe there is a better solution to require the latest stable of 4.6 rather than setting the .1 manually. Feel free to edit this commit :)

panique and others added 2 commits April 25, 2019 09:22
The current installation guide will fail for PHP 7.3, so I added this fix: It tells the user to do a composer require to version `4.6`, which will install 4.6.0. This version has an [incompatibility issue](ARCANEDEV#234) with PHP 7.3 that has been fixed in 4.6.1, so it makes sense to require that by default.

Maybe there is a better solution to require the *latest stable* of 4.6 rather than setting the .1 manually. Feel free to edit this commit :)
@arcanedev-maroc arcanedev-maroc merged commit 65e931b into ARCANEDEV:master Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants