mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-09 19:52:28 +01:00
Add instruction for users running unsupported versions of PHP
This commit is contained in:
parent
92cf9db83b
commit
b4e7c49932
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user