This repository has been archived by the owner on Jun 9, 2024. It is now read-only.
generated from KentVejrupMadsen/Template.Prototype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
107 lines (107 loc) · 3.98 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
{
"_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": "e22d57da168acf670c48df1d33e78e58",
"packages": [
{
"name": "io-jaegers/security",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/IO-Jaegers/Security.git",
"reference": "5e87380e8fc8afd48915330b090e98a847c2843e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/IO-Jaegers/Security/zipball/5e87380e8fc8afd48915330b090e98a847c2843e",
"reference": "5e87380e8fc8afd48915330b090e98a847c2843e",
"shasum": ""
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"IoJaegers\\Security\\": "code/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kent Madsen",
"email": "kent.vejrup.madsen@designermadsen.dk"
}
],
"description": "Security tools for php.",
"support": {
"issues": "https://github.com/IO-Jaegers/Security/issues",
"source": "https://github.com/IO-Jaegers/Security/tree/development"
},
"time": "2023-01-20T13:34:35+00:00"
},
{
"name": "io-jaegers/utilities",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/IO-Jaegers/Utilities.git",
"reference": "610eef411ad0a9c96e562afa14ce409673f270c8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/IO-Jaegers/Utilities/zipball/610eef411ad0a9c96e562afa14ce409673f270c8",
"reference": "610eef411ad0a9c96e562afa14ce409673f270c8",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"IoJaegers\\Utilities\\": "code/",
"IoJaegers\\Utilities\\URI\\": "code/URI/",
"IoJaegers\\Utilities\\Text\\": "code/Text/",
"IoJaegers\\Utilities\\Objects\\": "code/Objects/",
"IoJaegers\\Utilities\\Commands\\": "code/Headers/",
"IoJaegers\\Utilities\\Text\\Operations\\": "code/Text/Operations/",
"IoJaegers\\Utilities\\Text\\Operations\\Templates\\": "code/Text/Operations/Templates/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kent Madsen",
"email": "kent.vejrup.madsen@designermadsen.dk"
}
],
"description": "Utility Components to help with web development",
"support": {
"issues": "https://github.com/IO-Jaegers/Utilities/issues",
"source": "https://github.com/IO-Jaegers/Utilities/tree/main"
},
"time": "2023-01-18T06:38:00+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"io-jaegers/utilities": 20,
"io-jaegers/security": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}