Compare commits

...

3 Commits
4.1.4 ... 4.1.5

Author SHA1 Message Date
Alex Bilbie
c5db707e69 Updated changelog 2016-01-04 19:56:12 +00:00
Alex Bilbie
ed7f78179a Merge pull request #412 from derrabus/symfony-3
Allow Symfony 3.0
2015-12-20 20:38:02 +00:00
Alexander M. Turek
6e92239dd7 Allow Symfony 3.0. 2015-12-11 15:24:13 +01:00
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 4.1.5 (released 2016-01-04)
* Enable Symfony 3.0 support (#412)
## 4.1.4 (released 2015-11-13) ## 4.1.4 (released 2015-11-13)
* Fix for determining access token in header (Issue #328) * Fix for determining access token in header (Issue #328)

View File

@@ -5,7 +5,7 @@
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.4.0",
"symfony/http-foundation": "~2.4", "symfony/http-foundation": "~2.4|~3.0",
"league/event": "~2.1" "league/event": "~2.1"
}, },
"require-dev": { "require-dev": {