-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.lock
executable file
·116 lines (116 loc) · 3.79 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
105
106
107
108
109
110
111
112
113
114
115
116
{
"_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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "0fbb32619b3e5740a1e27bf2fa9d0fee",
"packages": [
{
"name": "dg/twitter-php",
"version": "v3.7",
"source": {
"type": "git",
"url": "https://github.com/dg/twitter-php.git",
"reference": "d8bb9f21dfc31d06641ee60c04f2850b4d4801b5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dg/twitter-php/zipball/d8bb9f21dfc31d06641ee60c04f2850b4d4801b5",
"reference": "d8bb9f21dfc31d06641ee60c04f2850b4d4801b5",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.4.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
}
],
"description": "Small and easy Twitter library for PHP",
"homepage": "https://github.com/dg/twitter-php",
"keywords": [
"oauth",
"twitter"
],
"time": "2018-03-15T10:07:08+00:00"
},
{
"name": "sastrawi/sastrawi",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/sastrawi/sastrawi.git",
"reference": "31fd4261dd4980cc57447f44d1aec4bd69e2abec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sastrawi/sastrawi/zipball/31fd4261dd4980cc57447f44d1aec4bd69e2abec",
"reference": "31fd4261dd4980cc57447f44d1aec4bd69e2abec",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "4.8.7",
"squizlabs/php_codesniffer": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-0": {
"Sastrawi\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Andy Librian",
"email": "andylibrian@gmail.com",
"homepage": "http://andylibrian.com",
"role": "Lead Developer"
}
],
"description": "PHP library for stemming Indonesian language (Bahasa Indonesia)",
"homepage": "https://github.com/sastrawi/sastrawi",
"keywords": [
"bahasa",
"indonesia",
"indonesian",
"kata dasar",
"root word",
"stem"
],
"time": "2016-10-22T03:19:27+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}