-
Notifications
You must be signed in to change notification settings - Fork 21
/
composer.lock
120 lines (120 loc) · 4.04 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
{
"_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": "b434db34c0e62ffcf4b9b94a7cec28be",
"packages": [
{
"name": "nancheng/pfinal-array",
"version": "v0.2",
"source": {
"type": "git",
"url": "https://github.com/Neroxiezi/pfinal-array.git",
"reference": "13e2a85dc784986caeed28a8f6968f64516fddb2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Neroxiezi/pfinal-array/zipball/13e2a85dc784986caeed28a8f6968f64516fddb2",
"reference": "13e2a85dc784986caeed28a8f6968f64516fddb2",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"pf\\arr\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "小九",
"email": "Lampxiezi@163.com",
"homepage": "http://friday-go.cc/"
}
],
"description": "This is a PHP array manipulation middleware",
"homepage": "https://github.com/Neroxiezi/pfinal-array",
"keywords": [
"Q哥",
"array",
"pfinal",
"php-array",
"南丞"
],
"time": "2017-11-10T09:37:54+00:00"
},
{
"name": "php-ai/php-ml",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/php-ai/php-ml.git",
"reference": "8fdb3d11fcac42e12aebd7f86d5058fd4921e003"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-ai/php-ml/zipball/8fdb3d11fcac42e12aebd7f86d5058fd4921e003",
"reference": "8fdb3d11fcac42e12aebd7f86d5058fd4921e003",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
"phpbench/phpbench": "^0.14.0",
"phpstan/phpstan-phpunit": "^0.9.4",
"phpstan/phpstan-shim": "^0.9",
"phpstan/phpstan-strict-rules": "^0.9.0",
"phpunit/phpunit": "^7.0.0",
"symplify/coding-standard": "^4.4",
"symplify/easy-coding-standard": "^4.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Phpml\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Arkadiusz Kondas",
"email": "arkadiusz.kondas@gmail.com"
}
],
"description": "PHP-ML - Machine Learning library for PHP",
"homepage": "https://github.com/php-ai/php-ml",
"keywords": [
"Neural network",
"artificial intelligence",
"computational learning theory",
"data science",
"feature extraction",
"machine learning",
"pattern recognition"
],
"time": "2018-07-04T21:42:22+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"php-ai/php-ml": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}