-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcomposer.lock
71 lines (71 loc) · 2.59 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
{
"_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": "10b28516f81d5eda89055c27ffb0b913",
"packages": [
{
"name": "thingengineer/mysqli-database-class",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/ThingEngineer/PHP-MySQLi-Database-Class.git",
"reference": "5159467ae081adbe96586e45e65a58c0fe7a32ce"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ThingEngineer/PHP-MySQLi-Database-Class/zipball/5159467ae081adbe96586e45e65a58c0fe7a32ce",
"reference": "5159467ae081adbe96586e45e65a58c0fe7a32ce",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"default-branch": true,
"type": "library",
"autoload": {
"files": [
"MysqliDb.php",
"dbObject.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Josh Campbell",
"email": "[email protected]",
"homepage": "https://github.com/thingengineer",
"role": "Developer"
},
{
"name": "Alexander V. Butenko",
"email": "[email protected]",
"homepage": "http://smarttechdo.com",
"role": "Developer"
}
],
"description": "PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements",
"support": {
"issues": "https://github.com/ThingEngineer/PHP-MySQLi-Database-Class/issues",
"source": "https://github.com/ThingEngineer/PHP-MySQLi-Database-Class/tree/master"
},
"time": "2022-09-13T15:42:11+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"thingengineer/mysqli-database-class": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}