1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00

Add instruction for users running unsupported versions of PHP

This commit is contained in:
Chaoyi Zha 2017-05-06 12:26:46 -04:00
parent 92cf9db83b
commit b4e7c49932

View File

@ -58,6 +58,14 @@ curl -sS https://getcomposer.org/installer | php
php composer.phar install --no-dev -o
```
If composer fails to install the proper dependencies due to your PHP version, delete `composer.lock`
and try installing the dependencies again.
```bash
rm composer.lock
php composer.phar install --no-dev -o
```
## Running Polr on...
### Apache