-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
94 lines (94 loc) · 3.32 KB
/
composer.lock
File metadata and controls
94 lines (94 loc) · 3.32 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"_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": "0b73b4d97ab584556a8ca16a80a69887",
"packages": [
{
"name": "dconco/phpspa",
"version": "v2.0.0",
"source": {
"type": "git",
"url": "https://github.com/dconco/phpspa.git",
"reference": "30195dd76627a356f850e888d2ea3a7ead500d5e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dconco/phpspa/zipball/30195dd76627a356f850e888d2ea3a7ead500d5e",
"reference": "30195dd76627a356f850e888d2ea3a7ead500d5e",
"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",
"src/global/autoload.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": "Author & Maintainer"
},
{
"name": "Samuel Paschalson",
"email": "samuelpaschalson@gmail.com",
"homepage": "https://samuel-paschalson.netlify.app",
"role": "Contributor"
}
],
"description": "A component-based library for building modern, reactive user interfaces in pure PHP. Inspired by React. ✨",
"keywords": [
"SPA",
"component-based",
"component-library",
"jsx",
"php",
"phpspa"
],
"support": {
"issues": "https://github.com/dconco/phpspa/issues",
"source": "https://github.com/dconco/phpspa/tree/v2.0.0"
},
"funding": [
{
"url": "https://www.buymeacoffee.com/dconco",
"type": "buy_me_a_coffee"
},
{
"url": "https://github.com/dconco",
"type": "github"
}
],
"time": "2025-10-15T08:36:27+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"
}