Correct PHP dependency information (closes #8)

This commit is contained in:
Bernd Bestel 2018-05-11 09:51:30 +02:00
parent 9ab1a674fe
commit b607f188af
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ A household needs to be managed. I did this so far (almost 10 years) with my fir
For now my main focus is on stock management, ERP your fridge! For now my main focus is on stock management, ERP your fridge!
## How to install ## How to install
Just unpack the [latest release](https://github.com/berrnd/grocy/releases/latest) on your PHP (7.0 or later required) enabled webserver (webservers root should point to the `/public` directory), copy `config-dist.php` to `data/config.php`, edit it to your needs, ensure that the `data` directory is writable and you're ready to go. Just unpack the [latest release](https://github.com/berrnd/grocy/releases/latest) on your PHP (currently only tested with PHP 7.2) enabled webserver (webservers root should point to the `/public` directory), copy `config-dist.php` to `data/config.php`, edit it to your needs, ensure that the `data` directory is writable and you're ready to go.
Default login is user `admin` with password `admin` - see the `data/config.php` file. Alternatively clone this repository and install Composer and Bower dependencies manually. Default login is user `admin` with password `admin` - see the `data/config.php` file. Alternatively clone this repository and install Composer and Bower dependencies manually.

View File

@ -1,6 +1,6 @@
{ {
"require": { "require": {
"php": ">=7.0", "php": ">=7.2",
"slim/slim": "^3.8", "slim/slim": "^3.8",
"morris/lessql": "^0.3.4", "morris/lessql": "^0.3.4",
"pavlakis/slim-cli": "^1.0", "pavlakis/slim-cli": "^1.0",