From e80fb54522c307afec3d8bb474a47dd9d2d5da64 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sat, 30 Nov 2019 01:52:27 +0100 Subject: Bumped PHP to >=7.2 as it not supported anymore (no security fixes) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c5f3ac86..6333d245 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To report bugs use [engelsystem/issues](https://github.com/engelsystem/engelsyst ## Installation ### Requirements - * PHP >= 7.1 + * PHP >= 7.2 * Required modules: * dom * json @@ -150,7 +150,7 @@ docker-compose up Run these commands once initially and then as required after changes -``` +```bash # Install composer dependencies docker exec -it engelsystem_dev_es_workspace_1 composer i @@ -169,7 +169,7 @@ docker exec -it engelsystem_dev_es_workspace_1 bin/migrate While developing you may use the watch mode to rebuild the system on changes -``` +```bash # Run a front-end build docker exec -it engelsystem_dev_es_workspace_1 yarn build:watch ``` @@ -199,10 +199,10 @@ We use gettext. You may use POEdit to extract new texts from the sourcecode. Ple ### Code style Please ensure that your pull requests follow the [PSR-12](https://www.php-fig.org/psr/psr-12/) coding style guide. You can check that by running -```php +```bash composer run phpcs ``` You may auto fix reported issues by running -```php +```bash composer run phpcbf ``` -- cgit v1.2.3-54-g00ecf