-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
104 lines (104 loc) · 3.59 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "ef98060f20872a9e09c0246ba877c73f",
"content-hash": "0b3b90a185bf0101beb8971f2598f5f5",
"packages": [
{
"name": "fracture/http",
"version": "0.4.2",
"source": {
"type": "git",
"url": "https://github.com/fracture/http.git",
"reference": "c9166c48355d9ba65f8b5adb397e188b726ec627"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fracture/http/zipball/c9166c48355d9ba65f8b5adb397e188b726ec627",
"reference": "c9166c48355d9ba65f8b5adb397e188b726ec627",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"satooshi/php-coveralls": "0.7.*@dev",
"sebastianbergmann/phpcov": "1.1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"authors": [
{
"name": "Mārtiņš Tereško",
"email": "[email protected]",
"role": "Creator / Lead Developer"
}
],
"description": "HTTP abstraction library, extracted dependency of fracture/router.",
"homepage": "https://github.com/fracture/http",
"time": "2016-03-10 22:04:20"
},
{
"name": "fracture/routing",
"version": "0.3.1",
"source": {
"type": "git",
"url": "https://github.com/fracture/routing.git",
"reference": "c6cb29a166bbce98f39de76477b50cc78b3dc35e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fracture/routing/zipball/c6cb29a166bbce98f39de76477b50cc78b3dc35e",
"reference": "c6cb29a166bbce98f39de76477b50cc78b3dc35e",
"shasum": ""
},
"require": {
"fracture/http": ">=0.3.0",
"php": ">=5.5.0"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master",
"sebastianbergmann/phpcov": "1.1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"authors": [
{
"name": "Mārtiņš Tereško",
"email": "[email protected]",
"role": "Creator / Lead Developer"
}
],
"description": "Simple routing library without dispatcher",
"homepage": "https://github.com/fracture/routing",
"time": "2016-02-15 03:53:58"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}