Skip to content

Commit

Permalink
Merge pull request #27 from tienvx/remove-symfony-4-in-readme
Browse files Browse the repository at this point in the history
docs: Remove Symfony 4 in readme
  • Loading branch information
tienvx authored Mar 28, 2024
2 parents a38388d + a4948a8 commit 41fe39a
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@ class UserHandler implements SetUpInterface, TearDownInterface
}
```

For Symfony 4.4 only:

```yaml
# config/services.yaml
services:
App\StateHandler\UserHandler:
tags:
- { name: 'pact_provider.state_handler', state: 'A user with id dcd79453-7346-4423-ae6e-127c60d8dd20 exists' }
```
### Register Message Dispatcher

```php
Expand All @@ -66,16 +56,6 @@ class UserDispatcher implements DispatcherInterface
}
```

For Symfony 4.4 only:

```yaml
# config/services.yaml
services:
App\MessageDispatcher\UserDispatcher:
tags:
- { name: 'pact_provider.message_dispatcher', description: 'User created message' }
```
## License

[MIT](https://github.com/tienvx/pact-provider-bundle/blob/main/LICENSE)
Expand Down

0 comments on commit 41fe39a

Please sign in to comment.