-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.lock
61 lines (61 loc) · 2.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
{
"_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": "1ffd641b5ed6cdb5fb9e180b1059d9f2",
"packages": [
{
"name": "zenodorus/arrays",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/zenodorus-tools/arrays.git",
"reference": "8874933d2228c8ba192fc83998a90a2a4bfc4964"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zenodorus-tools/arrays/zipball/8874933d2228c8ba192fc83998a90a2a4bfc4964",
"reference": "8874933d2228c8ba192fc83998a90a2a4bfc4964",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "^6.4",
"squizlabs/php_codesniffer": "^3.1",
"zenodorus/core": "dev-master"
},
"type": "library",
"autoload": {
"psr-4": {
"Zenodorus\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ben Martinez-Bateman",
"email": "[email protected]",
"homepage": "https://alwaysblank.org"
}
],
"description": "Tools for messing with arrays.",
"homepage": "https://zenodor.us",
"time": "2018-04-06T19:34:17+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}