Changes before error encountered
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
@@ -128,7 +128,7 @@ The repository is configured with Codeception for acceptance and unit testing.
|
||||
|
||||
1. Install Codeception:
|
||||
```bash
|
||||
composer global require codeception/codeception
|
||||
composer global require "codeception/codeception" --with-all-dependencies
|
||||
```
|
||||
|
||||
2. Run tests:
|
||||
@@ -233,9 +233,9 @@ phpcbf --standard=phpcs.xml
|
||||
|
||||
1. Install tools:
|
||||
```bash
|
||||
composer global require "squizlabs/php_codesniffer:^3.0"
|
||||
composer global require phpstan/phpstan
|
||||
composer global require "phpcompatibility/php-compatibility:^9.0"
|
||||
composer global require "squizlabs/php_codesniffer:^3.0" --with-all-dependencies
|
||||
composer global require "phpstan/phpstan:^1.0" --with-all-dependencies
|
||||
composer global require "phpcompatibility/php-compatibility:^9.0" --with-all-dependencies
|
||||
```
|
||||
|
||||
2. Configure PHPCompatibility:
|
||||
|
||||
Reference in New Issue
Block a user