-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
101 lines (101 loc) · 3.32 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
{
"_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"
],
"hash": "cb6116c267c8f530e830ae0b0d202cde",
"content-hash": "e541a7b327f4b2014ad6e6d70f618350",
"packages": [
{
"name": "kickupx/enforce",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/Kickupx/enforce.git",
"reference": "37a2adbec9fe7518f1079a44d51ca354027d8f87"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Kickupx/enforce/zipball/37a2adbec9fe7518f1079a44d51ca354027d8f87",
"reference": "37a2adbec9fe7518f1079a44d51ca354027d8f87",
"shasum": ""
},
"type": "library",
"autoload": {
"files": [
"enforce.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"authors": [
{
"name": "Jerry Andersson",
"email": "[email protected]"
}
],
"description": "Really simple enforce helper library",
"time": "2016-02-02 16:21:04"
},
{
"name": "lstrojny/functional-php",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/lstrojny/functional-php.git",
"reference": "36506d28c29fcfdc260c2341e251ea8834f8d8ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lstrojny/functional-php/zipball/36506d28c29fcfdc260c2341e251ea8834f8d8ed",
"reference": "36506d28c29fcfdc260c2341e251ea8834f8d8ed",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "~5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"files": [
"src/Functional/_import.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lars Strojny",
"email": "[email protected]",
"homepage": "http://usrportage.de"
},
{
"name": "Max Beutel",
"email": "[email protected]"
}
],
"description": "Functional primitives for PHP",
"keywords": [
"functional"
],
"time": "2015-12-03 08:26:11"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}