-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.lock
145 lines (145 loc) · 5.06 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"_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": "e201336bc38f5b34aa4dcd24e7945a3e",
"packages": [
{
"name": "lsmonki/php-open-calais",
"version": "2.1",
"source": {
"type": "git",
"url": "https://github.com/lsmonki/PHP-OpenCalais.git",
"reference": "91591f7486d12541ed0e4429efa00107d02ba3aa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lsmonki/PHP-OpenCalais/zipball/91591f7486d12541ed0e4429efa00107d02ba3aa",
"reference": "91591f7486d12541ed0e4429efa00107d02ba3aa",
"shasum": ""
},
"require": {
"neitanod/forceutf8": "2.x",
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"OpenCalais\\": "src/OpenCalais"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dan Grossman",
"homepage": "https://www.dangrossman.info/"
},
{
"name": "lsmonki",
"homepage": "https://github.com/lsmonki/"
}
],
"description": "A PHP class for extracting entities and social tags from documents with the OpenCalais API https://www.opencalais.com/",
"homepage": "https://www.dangrossman.info/",
"keywords": [
"metadata",
"open calais",
"opencalais",
"semantic",
"semantic analysis",
"semantic data"
],
"time": "2015-12-28T15:04:55+00:00"
},
{
"name": "neitanod/forceutf8",
"version": "v2.x-dev",
"source": {
"type": "git",
"url": "https://github.com/neitanod/forceutf8.git",
"reference": "47c883ab2739e7938a8bb0bfd1c29d48c88858de"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/neitanod/forceutf8/zipball/47c883ab2739e7938a8bb0bfd1c29d48c88858de",
"reference": "47c883ab2739e7938a8bb0bfd1c29d48c88858de",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"ForceUTF8\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"authors": [
{
"name": "Sebastián Grignoli",
"email": "[email protected]"
}
],
"description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
"homepage": "https://github.com/neitanod/forceutf8",
"time": "2017-05-22T18:50:57+00:00"
},
{
"name": "web64/php-nlp-client",
"version": "v0.30",
"source": {
"type": "git",
"url": "https://github.com/web64/php-nlp-client.git",
"reference": "ca2e048704a53ca8d4b85800ec68cfc05c5103f3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web64/php-nlp-client/zipball/ca2e048704a53ca8d4b85800ec68cfc05c5103f3",
"reference": "ca2e048704a53ca8d4b85800ec68cfc05c5103f3",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Web64\\Nlp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Olav Hjertaker",
"email": "[email protected]"
}
],
"description": "Library for accessing NLP apis",
"keywords": [
"article extraction",
"entity extraction",
"language detection",
"natural language",
"nlp"
],
"time": "2018-04-23T09:45:03+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}