forked from jasny/php-router-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 892 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "crysalead/php-router-benchmark",
"description": "Benchmarking library",
"keywords": ["Benchmark"],
"license": "MIT",
"repositories": [
{
"type": "git",
"url": "https://github.com/jails/FastRoute.git"
}
],
"require": {
"php": ">=5.5",
"crysalead/router": "~3.0",
"nikic/fast-route": "dev-master",
"illuminate/routing": "~5.2",
"crysalead/dir": "~2.0",
"crysalead/benchmark": "dev-master",
"crysalead/box": "~2.0",
"symfony/routing": "~3.0",
"crysalead/text": "~2.0",
"phroute/phroute": "~2.1",
"aura/router": "~3.0",
"crysalead/net": "dev-master",
"zendframework/zend-diactoros": "~1.3",
"unionofrad/lithium": "~1.1.0-alpha",
"illuminate/events": "~5.2"
},
"minimum-stability": "dev"
}