Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelcom committed Feb 22, 2022
1 parent 93de5f4 commit 62806f8
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,12 @@ $ git clone https://github.com/WsdlToPhp/PackageColissimoPostage.git package-col
$ cd package-colissimo-postage
$ ./generate.sh
```
After generating the package, don't forget to edit the generated [composer.json](composer.json) file in order to update the psr-4 autoloading:
```json
"psr-4": {
"ColissimoPostage\\": "./src/",
"SoapClient\\": "./SoapClient/"
}
```
Then run:

Then run (to get PHPStan):
```bash
$ composer update
```

To learn how to customize the generated package, please read the PackageGenerator's [README](https://github.com/WsdlToPhp/PackageGenerator/blob/master/README.md).

# How to use the generated package?
Expand Down

0 comments on commit 62806f8

Please sign in to comment.