We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fae6ad commit 6f4edd8Copy full SHA for 6f4edd8
1 file changed
composer.json
@@ -8,13 +8,12 @@
8
"name": "William Durand",
9
"email": "william.durand1@gmail.com"
10
}],
11
-
12
"autoload": {
13
"psr-4": { "Propel\\Bundle\\PropelBundle\\": "" },
14
"files": ["autoload_aliases.php"],
15
"exclude-from-classmap": [ "Tests/" ]
16
},
17
+ "version": "1.7",
18
"require": {
19
"symfony/framework-bundle": "^3.0.2",
20
"palepurple/propel1": "^1.7"
@@ -26,15 +25,13 @@
26
25
"sensio/framework-extra-bundle": "^3.0.2",
27
"fzaninotto/faker": "^1.5"
28
29
30
"conflict": {
31
"symfony/propel1-bridge": ">=2.8.0"
32
33
34
"replace": {
35
- "symfony/propel1-bridge": "<=2.8.0"
+ "symfony/propel1-bridge": "<=2.8.0",
+ "propel/PropelBundle": "^1.6"
36
37
38
"suggest": {
39
"propel/propel-acl-bundle": "For using the Propel ACL implementation"
40
}
0 commit comments