We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d18c98 commit 0bd19aaCopy full SHA for 0bd19aa
composer.json
@@ -65,7 +65,7 @@
65
"doctrine/dbal": "~2.2",
66
"doctrine/orm": "~2.2,>=2.2.3",
67
"monolog/monolog": "~1.3",
68
- "propel/propel1": "1.6.*",
+ "propel/propel1": "~1.6",
69
"ircmaxell/password-compat": "1.0.*",
70
"ocramius/proxy-manager": ">=0.3.1,<0.4-dev"
71
},
src/Symfony/Bridge/Propel1/composer.json
@@ -20,7 +20,7 @@
20
"symfony/http-foundation": "~2.0",
21
"symfony/http-kernel": "~2.0",
22
"symfony/form": "~2.2",
23
- "propel/propel1": "1.6.*"
+ "propel/propel1": "~1.6"
24
25
"require-dev": {
26
"symfony/stopwatch": "~2.2"
0 commit comments