We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff35388 commit b897e29Copy full SHA for b897e29
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "propel/propel-bundle",
+ "name": "dayspring-tech/propel-bundle",
3
"description": "Integration of Propel in Symfony2",
4
"keywords": ["propel", "orm", "persistence"],
5
"type": "symfony-bundle",
@@ -28,12 +28,9 @@
28
"symfony/phpunit-bridge": "^3.4|^4.0"
29
},
30
31
- "conflict": {
32
- "symfony/propel1-bridge": ">=2.8.0"
33
- },
34
-
35
"replace": {
36
- "symfony/propel1-bridge": "<=2.8.0"
+ "symfony/propel1-bridge": "<=2.8.0",
+ "propel/propel-bundle": "^1.7.0"
37
38
39
"suggest": {
0 commit comments