Skip to content

Commit

Permalink
Removed note about flex
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored May 29, 2019
1 parent 5fa60ef commit 5de1154
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ This package is currently in the active development.
composer require trikoder/oauth2-bundle nyholm/psr7 --no-plugins --no-scripts
```

> **NOTE #1:** Due to required pre-configuration, this bundle is currently not compatible with [Symfony Flex](https://github.com/symfony/flex).

> **NOTE #2:** This bundle requires a PSR 7/17 implementation to operate. We recommend that you use [nyholm/psr7](https://github.com/Nyholm/psr7). Check out this [document](docs/psr-implementation-switching.md) if you wish to use a different implementation.
> **NOTE #1:** This bundle requires a PSR 7/17 implementation to operate. We recommend that you use [nyholm/psr7](https://github.com/Nyholm/psr7). Check out this [document](docs/psr-implementation-switching.md) if you wish to use a different implementation.

2. Create the bundle configuration file under `config/packages/trikoder_oauth2.yaml`. Here is a reference configuration file:

Expand Down

0 comments on commit 5de1154

Please sign in to comment.