Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Oct 30, 2022
1 parent 054b388 commit 330f476
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -30,9 +30,11 @@ Using composer: ```composer require chemaclass/edifact-parser```

### Requirements

Optimally using [docker](./devops/dev/php.dockerfile) you will have everything you need for the development.
You need PHP >=8.0 and composer to install the dependencies.

### Setup
Alternatively, you can use [docker](./devops/dev/php.dockerfile)

#### Setup

Clone/Fork the project and go inside the repository.
There you can use docker-compose to create and run the docker image.
Expand All @@ -50,9 +52,8 @@ php example/printing-segments.php
### Composer scripts

```bash
composer test # execute phpunit tests
composer csfix # run php-cs-fixer fix
composer psalm # display psalm errors
composer csfix # fix the style using php-cs-fixer
composer test-all # execute phpunit tests
```

## Basic examples
Expand Down

0 comments on commit 330f476

Please sign in to comment.