1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

Update FastRoute

This enables optional route parameters.

Required some code changes in the RouteCollection class; once we
actually use optional route parameters, we will have to see whether
route generation for those works as expected.

Closes flarum/core#108
This commit is contained in:
Franz Liedke
2015-06-26 23:09:58 +02:00
parent cca97398ae
commit 150b8d7cd3
3 changed files with 11 additions and 11 deletions

View File

@@ -581,12 +581,12 @@
"source": {
"type": "git",
"url": "https://github.com/nikic/FastRoute.git",
"reference": "ffb3b68a3ab0df7e60cf587d2de4937915670f16"
"reference": "31fa86924556b80735f98b294a7ffdfb26789f22"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/31fa86924556b80735f98b294a7ffdfb26789f22",
"reference": "ffb3b68a3ab0df7e60cf587d2de4937915670f16",
"reference": "31fa86924556b80735f98b294a7ffdfb26789f22",
"shasum": ""
},
"require": {
@@ -616,7 +616,7 @@
"router",
"routing"
],
"time": "2015-05-15 16:58:32"
"time": "2015-06-18 19:15:47"
},
{
"name": "oyejorge/less.php",