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 cb8469c

Browse filesBrowse files
committed
Merge pull request symfony#1 from joksnet/patch-1
Required DI version should be 2.6 or grater
2 parents 82096ef + 826c2d7 commit cb8469c
Copy full SHA for cb8469c

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": ">=5.5",
1515
"aws/aws-sdk-php": "^3.2.4",
1616
"symfony/config": "~2.3",
17-
"symfony/dependency-injection": "~2.3",
17+
"symfony/dependency-injection": "~2.6",
1818
"symfony/http-kernel": "~2.3"
1919
},
2020
"require-dev": {
@@ -36,4 +36,4 @@
3636
"tests/fixtures"
3737
]
3838
}
39-
}
39+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.