Add post-install reminder to add PSR 7/17 package

This commit is contained in:
Josip Igrec
2019-08-13 18:53:15 +02:00
committed by Nyholm
parent 5c9d1f8704
commit 4b8a6c288a
+5 -1
View File
@@ -14,5 +14,9 @@
3. <question>Update the database</>
* Update the database so bundle entities can be persisted using Doctrine: <comment>bin/console doctrine:schema:update --force</>
4. <question>Read the docs</>
4. <question>Install a PSR 7/17 implementation</>
i) Require a PSR 7/17 implementation. We recommend that you use nyholm/psr7.
ii) (Optional) Choose a different implementation package: https://github.com/trikoder/oauth2-bundle/blob/v2.x/docs/psr-implementation-switching.md
5. <question>Read the docs</>
* Read the documentation at <comment>https://github.com/trikoder/oauth2-bundle/blob/v2.x/docs/basic-setup.md</>