We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4466ea4 commit 458ece4Copy full SHA for 458ece4
Upgrade.md
@@ -27,6 +27,19 @@ previous behavior of the bundle can copy the condition used in 1.3.7.
27
You need to drop the removed fields from your database schema, because they
28
aren't mapped anymore.
29
30
+### Propel
31
+
32
+Propel integration has been moved to a separate bundle and can be installed using
33
+composer:
34
35
+```
36
+composer require friendsofsymfony/propel1-user-bundle
37
38
39
+Once installed, walk through the
40
+[readme](https://github.com/FriendsOfSymfony/propel1-user-bundle/blob/master/README.md)
41
+to enable Propel support.
42
43
### LoginManager
44
45
The signature of the LoginManager constructor has changed.
0 commit comments