Skip to content

Commit 7ee61c8

Browse files
authored
Update CONTRIBUTING.md
1 parent 7d890a6 commit 7ee61c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ We accept contributions via Pull Requests on [Github](https://github.com/thephpl
1616

1717
## Development
1818

19-
[Docker](https://www.docker.com/) 18.03+ and [Docker Compose](https://github.com/docker/compose) 1.13+ are required for the development environment.
19+
[Docker](https://www.docker.com/) and [Docker Compose](https://github.com/docker/compose) are required for the development environment.
2020

2121
### Building the environment
2222

@@ -46,7 +46,7 @@ Make sure your IDE is setup properly, for more information check out the [dedica
4646

4747
### Code linting
4848

49-
This bundle enforces the PSR-2 and Symfony code standards during development by using the [PHP CS Fixer](https://cs.sensiolabs.org/) utility. Before committing any code, you can run the utility to fix any potential rule violations:
49+
This bundle enforces the PSR-2 and Symfony code standards during development by using the [PHP CS Fixer](https://cs.symfony.com/) utility. Before committing any code, you can run the utility to fix any potential rule violations:
5050

5151
```sh
5252
dev/bin/php php-cs-fixer fix
@@ -57,7 +57,7 @@ dev/bin/php php-cs-fixer fix
5757
You can run static anaysis of code using the following command:
5858

5959
```sh
60-
dev/bin/php psalm --shepherd --stats
60+
dev/bin/php phpstan --memory-limit=256M
6161
```
6262

6363
### Testing

0 commit comments

Comments
 (0)