-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.lock
58 lines (58 loc) · 1.83 KB
/
composer.lock
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "fa0f31c0896b3befc5955b69bc8f09ac",
"packages": [
{
"name": "fuelphp/routing",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/fuelphp/routing.git",
"reference": "fc5d36726e117108f406fb3c3c19e0c3046e812f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fuelphp/routing/zipball/fc5d36726e117108f406fb3c3c19e0c3046e812f",
"reference": "fc5d36726e117108f406fb3c3c19e0c3046e812f",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Fuel\\Routing\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "FuelPHP Development Team",
"email": "[email protected]"
}
],
"description": "FuelPHP Framework routing library.",
"homepage": "https://github.com/fuelphp/routing",
"time": "2014-09-11 19:51:57"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"fuelphp/routing": 20
},
"prefer-stable": false,
"platform": {
"php": ">=5.3.0"
},
"platform-dev": []
}