-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
123 lines (123 loc) · 4.23 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
{
"_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": "37e1b75ac2ed9c20dd3fee05621833e7",
"packages": [
{
"name": "dcblogdev/pdo-wrapper",
"version": "v2.0.1",
"source": {
"type": "git",
"url": "https://github.com/dcblogdev/pdo-wrapper.git",
"reference": "6c048b1838858d3d825b75f11b98d13b6cf43eee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dcblogdev/pdo-wrapper/zipball/6c048b1838858d3d825b75f11b98d13b6cf43eee",
"reference": "6c048b1838858d3d825b75f11b98d13b6cf43eee",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Dcblogdev\\PdoWrapper\\": "/src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "David Carr",
"email": "[email protected]",
"homepage": "https://dcblog.dev",
"role": "Developer"
}
],
"description": "A crud wrapper for PDO",
"support": {
"issues": "https://github.com/dcblogdev/pdo-wrapper/issues",
"source": "https://github.com/dcblogdev/pdo-wrapper/tree/v2.0.1"
},
"time": "2020-04-19T23:52:33+00:00"
},
{
"name": "wixel/gump",
"version": "v1.11.0",
"source": {
"type": "git",
"url": "https://github.com/Wixel/GUMP.git",
"reference": "becdf2e7941ba56171063de81dd1c2100fa496f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Wixel/GUMP/zipball/becdf2e7941ba56171063de81dd1c2100fa496f6",
"reference": "becdf2e7941ba56171063de81dd1c2100fa496f6",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=7.0"
},
"require-dev": {
"kamermans/docblock-reflection": "^1.0",
"maddhatter/markdown-table": "^1.0",
"mockery/mockery": "^1.3",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^6"
},
"type": "library",
"autoload": {
"files": [
"gump.class.php"
],
"psr-4": {
"GUMP\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sean Nieuwoudt",
"homepage": "https://wixelhq.com"
},
{
"name": "Filis Futsarov",
"homepage": "https://filis.me"
}
],
"description": "A fast, extensible & stand-alone PHP input validation class that allows you to validate any data.",
"homepage": "https://wixelhq.com/",
"keywords": [
"validate",
"validation",
"validator"
],
"support": {
"issues": "https://github.com/Wixel/GUMP/issues",
"source": "https://github.com/Wixel/GUMP/tree/v1.11.0"
},
"time": "2020-03-17T20:10:57+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}