Skip to content

Commit fa71441

Browse files
committed
minor symfony#12433 [Bridge/Propel1] Changed deps to accepts all upcoming propel1 versions (hason)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes symfony#12433). Discussion ---------- [Bridge/Propel1] Changed deps to accepts all upcoming propel1 versions Commits ------- 0bd19aa [Bridge/Propel1] Changed deps to accepts all upcoming propel1 versions
2 parents 8d18c98 + 0bd19aa commit fa71441

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"doctrine/dbal": "~2.2",
6666
"doctrine/orm": "~2.2,>=2.2.3",
6767
"monolog/monolog": "~1.3",
68-
"propel/propel1": "1.6.*",
68+
"propel/propel1": "~1.6",
6969
"ircmaxell/password-compat": "1.0.*",
7070
"ocramius/proxy-manager": ">=0.3.1,<0.4-dev"
7171
},

src/Symfony/Bridge/Propel1/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"symfony/http-foundation": "~2.0",
2121
"symfony/http-kernel": "~2.0",
2222
"symfony/form": "~2.2",
23-
"propel/propel1": "1.6.*"
23+
"propel/propel1": "~1.6"
2424
},
2525
"require-dev": {
2626
"symfony/stopwatch": "~2.2"

0 commit comments

Comments
 (0)