Skip to content

Commit 190768d

Browse files
committed
Updated HTTP Foundation to 2.5.x
1 parent dad1a19 commit 190768d

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Features:
99
* Fixed Invoker to map subclasses (it is now possible to use a subclass of
1010
Application and it will be properly mapped in callbacks which reference
1111
Application)
12+
* Updated HTTP Foundation dependency to 2.5.x
1213

1314
0.4.9 (2014-10-15)
1415
------------------

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"php": ">=5.4.0",
2626
"apache/log4php": "2.3.0",
2727
"evenement/evenement": "2.0.*",
28-
"symfony/http-foundation": "2.4.*",
28+
"symfony/http-foundation": "2.5.*",
2929
"pimple/pimple": "~3.0"
3030
},
3131
"require-dev": {

composer.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)