diff --git a/docs/ADDITIONAL-EXAMPLES.md b/docs/ADDITIONAL-EXAMPLES.md index f6468c52..2a5b070e 100644 --- a/docs/ADDITIONAL-EXAMPLES.md +++ b/docs/ADDITIONAL-EXAMPLES.md @@ -1,5 +1,19 @@ # Additional Examples -There is a separate repository with an end to end example for both the 2.X and 3.X implementations. -- [pact-php-example](https://github.com/mattermack/pact-php-example) for 3.X examples -- [2.2.1 tag](https://github.com/mattermack/pact-php-example/tree/2.2.1) for 2.X examples +> If you have additional examples, please feel free to raise a pull request to add a link to your project/example + +## 10.x examples + +See the [`./example`](https://github.com/pact-foundation/pact-php/tree/master/example) folder in this repository for a range of examples + +## 9.x examples + +See the [`./example`](https://github.com/pact-foundation/pact-php/tree/release/9.x/example) folder in this repository on the `release/9.x` branch for a range of examples + +## 3.X examples + +- [pact-php-example - master](https://github.com/mattermack/pact-php-example) + +## 2.X examples + +- [pact-php-example - 2.2.1 tag](https://github.com/mattermack/pact-php-example/tree/2.2.1) for 2.X examples