-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.lock
More file actions
77 lines (77 loc) · 2.72 KB
/
composer.lock
File metadata and controls
77 lines (77 loc) · 2.72 KB
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
{
"_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": "834d4b2c8853fa2114f5436e3fc006b5",
"packages": [
{
"name": "dconco/phpspa",
"version": "v1.1.5",
"source": {
"type": "git",
"url": "https://github.com/dconco/phpspa.git",
"reference": "fbb28bd4a3e3bf120a62825c6c82d685467256cd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dconco/phpspa/zipball/fbb28bd4a3e3bf120a62825c6c82d685467256cd",
"reference": "fbb28bd4a3e3bf120a62825c6c82d685467256cd",
"shasum": ""
},
"require": {
"php": "^8.2"
},
"type": "library",
"autoload": {
"files": [
"app/core/Impl/Const/StateConstant.php",
"app/client/Component/Component.php",
"app/client/Http/Redirect.php"
],
"psr-4": {
"phpSPA\\": "app/client/",
"phpSPA\\Core\\": "app/core/",
"phpSPA\\Exceptions\\": "app/exceptions/",
"phpSPA\\Interfaces\\": "app/interfaces/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dave Conco",
"email": "concodave@gmail.com",
"homepage": "https://dconco.github.io",
"role": "Developer"
}
],
"description": "A lightweight, component-based PHP library for building Single Page Applications (SPAs) without relying on heavy frontend frameworks.",
"keywords": [
"SPA",
"component-based",
"component-library",
"jsx",
"php",
"phpspa"
],
"support": {
"issues": "https://github.com/dconco/phpspa/issues",
"source": "https://github.com/dconco/phpspa/tree/v1.1.5"
},
"time": "2025-08-21T04:22:28+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {},
"platform-dev": {},
"plugin-api-version": "2.6.0"
}