Skip to content

Commit

Permalink
Merge branch 'release/1.0.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelcom committed Jan 12, 2017
2 parents aa88473 + fca10e3 commit 0f3396e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 0.0.8
- Minor readme update

## 0.0.7
- Update generated classes using latest generator version (base64Binary handling, composer-settings option)

Expand Down
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,7 @@ $ git clone https://github.com/WsdlToPhp/PackageEws365.git package-ews365
$ cd package-ews365
$ ./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": {
"Ews\\": "./src/",
"SoapClient\\": "./SoapClient/"
}
```
Then run:
```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).
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 All @@ -54,4 +43,4 @@ Sample scripts are available under the [samples](samples) folder:
- [GetServerTimeZones](samples/GetServerTimeZones.php)

# Need support or having a question?
We can help you understand how to use it and how to customize it. Feel free to contact us at contact@wsdltophp.com.
We can help you understand how to use it and how to customize it. Feel free to contact us at contact@wsdltophp.com.

0 comments on commit 0f3396e

Please sign in to comment.