-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.lock
145 lines (145 loc) · 5.46 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"_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": "2d4e89987188cef8047d451101085e13",
"packages": [
{
"name": "steampixel/simple-php-components",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/steampixel/simplePHPComponents.git",
"reference": "81d8fbb88ff5483d01f5932d2df7dcb07db6f421"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/steampixel/simplePHPComponents/zipball/81d8fbb88ff5483d01f5932d2df7dcb07db6f421",
"reference": "81d8fbb88ff5483d01f5932d2df7dcb07db6f421",
"shasum": ""
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-0": {
"Steampixel": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Steampixel",
"email": "[email protected]",
"homepage": "https://steampixel.de/"
}
],
"description": "This is a very simple and puristic PHP template rendering engine.",
"support": {
"issues": "https://github.com/steampixel/simplePHPComponents/issues",
"source": "https://github.com/steampixel/simplePHPComponents/tree/main"
},
"time": "2022-03-17T12:42:11+00:00"
},
{
"name": "steampixel/simple-php-portals",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/steampixel/simplePHPPortals.git",
"reference": "8fd6660572a377dde02dd172a857cfa3df475583"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/steampixel/simplePHPPortals/zipball/8fd6660572a377dde02dd172a857cfa3df475583",
"reference": "8fd6660572a377dde02dd172a857cfa3df475583",
"shasum": ""
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-0": {
"Steampixel": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Steampixel",
"email": "[email protected]",
"homepage": "https://steampixel.de/"
}
],
"description": "This is a simple, puristic and small PHP portal engine. Throw your contents back and forth through time.",
"support": {
"issues": "https://github.com/steampixel/simplePHPPortals/issues",
"source": "https://github.com/steampixel/simplePHPPortals/tree/main"
},
"time": "2022-03-17T12:43:38+00:00"
},
{
"name": "steampixel/simple-php-router",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/steampixel/simplePHPRouter.git",
"reference": "c16199f21de5f1330f7cdb7ce271fb68d69a50a9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/steampixel/simplePHPRouter/zipball/c16199f21de5f1330f7cdb7ce271fb68d69a50a9",
"reference": "c16199f21de5f1330f7cdb7ce271fb68d69a50a9",
"shasum": ""
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-0": {
"Steampixel": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Steampixel",
"email": "[email protected]",
"homepage": "https://steampixel.de/"
},
{
"name": "Maximilian Götz",
"email": "[email protected]",
"homepage": "https://www.maxbits.net/"
}
],
"description": "This is a simple and small PHP router that can handle the whole url routing for your project.",
"support": {
"issues": "https://github.com/steampixel/simplePHPRouter/issues",
"source": "https://github.com/steampixel/simplePHPRouter/tree/master"
},
"time": "2022-03-17T11:23:26+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"steampixel/simple-php-portals": 20,
"steampixel/simple-php-router": 20,
"steampixel/simple-php-components": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.2.0"
}