Skip to content

Commit 6f4edd8

Browse files
committed
New branch for distinction
1 parent 3fae6ad commit 6f4edd8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

composer.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88
"name": "William Durand",
99
"email": "william.durand1@gmail.com"
1010
}],
11-
1211
"autoload": {
1312
"psr-4": { "Propel\\Bundle\\PropelBundle\\": "" },
1413
"files": ["autoload_aliases.php"],
1514
"exclude-from-classmap": [ "Tests/" ]
1615
},
17-
16+
"version": "1.7",
1817
"require": {
1918
"symfony/framework-bundle": "^3.0.2",
2019
"palepurple/propel1": "^1.7"
@@ -26,15 +25,13 @@
2625
"sensio/framework-extra-bundle": "^3.0.2",
2726
"fzaninotto/faker": "^1.5"
2827
},
29-
3028
"conflict": {
3129
"symfony/propel1-bridge": ">=2.8.0"
3230
},
33-
3431
"replace": {
35-
"symfony/propel1-bridge": "<=2.8.0"
32+
"symfony/propel1-bridge": "<=2.8.0",
33+
"propel/PropelBundle": "^1.6"
3634
},
37-
3835
"suggest": {
3936
"propel/propel-acl-bundle": "For using the Propel ACL implementation"
4037
}

0 commit comments

Comments
 (0)