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
This is the official implementation of [Propel](http://www.propelorm.org/) in Symfony2.
4
+
This an unofficial implementation of [Propel 1.6](http://www.propelorm.org/) in Symfony, which has been modified to work
5
+
with PHP 7.2+ and Symfony 3.0+.
8
6
9
7
## Branching model
10
8
11
9
### Propel1 integration
12
10
13
11
The two major branches being supported are:
14
12
15
-
* The `1.5` branch contains Propel *1.6+* integration for Symfony *2.8 LTS*.
16
-
* The `1.6` branch contains Propel *1.6+* integration for Symfony *3.0*.
17
-
18
-
If you are running on an older version, you may require one of the following versions of this bundle.
19
-
20
-
* The `1.0` branch contains Propel *1.6* integration for Symfony *2.0*.
21
-
* The `1.1` branch contains Propel *1.6* integration for Symfony *2.1*.
22
-
* The `1.2` branch contains Propel *1.6* integration for Symfony *>2.1*.
23
-
* The `1.4` branch contains Propel *1.6* integration for Symfony *>2.3*.
24
-
25
-
### Propel2 integration
26
-
27
-
* The `2.0` branch will contain `Propel2` integration for Symfony *3.0*.
13
+
* The `1.7` branch contains Propel *1.6* integration for Symfony *3.x* and PHP *7.2+*.
28
14
29
-
**Note:** the `master` branch won't be updated anymore, and will trigger an `E_USER_DEPRECATED` error to notice people.
15
+
**Note:**Only the 1.7 branch is maintained in this fork. For newer _or_ older versions, please use the [original repo](https://github.com/propelorm/PropelBundle).
0 commit comments