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

Commits on Apr 25, 2019

  1. README fix for PHP 7.3 installations

    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 :)
    panique authored Apr 25, 2019
    Configuration menu
    Copy the full SHA
    b0ffbfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8919572 View commit details
    Browse the repository at this point in the history