-
Notifications
You must be signed in to change notification settings - Fork 21
/
composer.lock
96 lines (96 loc) · 3.2 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
{
"_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"
],
"content-hash": "43d8e288f0245d310950a0bd03da6571",
"packages": [
{
"name": "kylewm/brevity",
"version": "0.2.10",
"source": {
"type": "git",
"url": "https://github.com/kylewm/brevity-php.git",
"reference": "9700a3ca666ff9486bd8bed322d7096ef78b6580"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kylewm/brevity-php/zipball/9700a3ca666ff9486bd8bed322d7096ef78b6580",
"reference": "9700a3ca666ff9486bd8bed322d7096ef78b6580",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "^4.8"
},
"type": "library",
"autoload": {
"psr-0": {
"Kylewm\\Brevity": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"CC0"
],
"authors": [
{
"name": "Kyle Mahan",
"email": "[email protected]"
}
],
"description": "A small utility to count characters and shorten posts to tweet-length.",
"time": "2017-11-25T19:51:26+00:00"
},
{
"name": "themattharris/tmhoauth",
"version": "0.8.4",
"source": {
"type": "git",
"url": "https://github.com/themattharris/tmhOAuth.git",
"reference": "455552d6c57549632644b6c9ac9204766be2b5ee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/themattharris/tmhOAuth/zipball/455552d6c57549632644b6c9ac9204766be2b5ee",
"reference": "455552d6c57549632644b6c9ac9204766be2b5ee",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"tmhOAuth": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "themattharris",
"email": "[email protected]",
"role": "Developer"
}
],
"description": "An OAuth library written in PHP by @themattharris",
"keywords": [
"oauth",
"twitter"
],
"time": "2014-08-06T22:29:35+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}