You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@ PropelBundle
4
4
This an unofficial implementation of [Propel 1.6](http://www.propelorm.org/) in Symfony, which has been modified to work
5
5
with PHP 7.2+ and Symfony 3.0+.
6
6
7
+
## Preventing Conflicts
8
+
9
+
To prevent conflicts with a non-patched versions of Propel1, it is recommended to add the following to the `autoload` key of your project's `composer.json`:
These conflicts are created when a dependency you have specified has `propel/propel1` in their `required-dev` packages, and therefore cannot be otherwise avoided.
0 commit comments