Skip to content

Commit 0f6a9e7

Browse files
author
Marco Bunge
committed
Fix #26
1 parent 81f34e3 commit 0f6a9e7

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 2.1.3
44

55
- Fix #25 Ajax request is always forcing JSON request and response
6+
- Fix #26 use league/route at dev master until official middleware release
67

78
## 2.1.2
89

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,16 @@
2424
"email": "hello@alexbilbie.com"
2525
}
2626
],
27+
"repositories": [
28+
{
29+
"type": "vcs",
30+
"url": "https://github.com/thephpleague/route"
31+
}
32+
],
2733
"require": {
2834
"php": ">=5.5.9",
2935
"filp/whoops": "^2.1",
30-
"league/route": "dev-master#507606b53d3935e7830aa7c48c43337bc2b1b2ba@dev",
36+
"league/route": "dev-master",
3137
"league/container": "^2.2",
3238
"league/event": "^2.1",
3339
"monolog/monolog": "^1.22",

0 commit comments

Comments
 (0)