Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fa71441

Browse filesBrowse 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
Copy full SHA for fa71441

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Propel1/composer.json
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.