-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·44 lines (44 loc) · 824 Bytes
/
Copy pathcomposer.json
File metadata and controls
executable file
·44 lines (44 loc) · 824 Bytes
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
{
"authors": [
{
"name": "Gregor Kofler",
"email": "office@gregorkofler.com"
}
],
"autoload": {
"psr-4": {
"App\\": "src",
"vxWeb\\": "vendor/vxWeb"
}
},
"description": "vxWeb skeleton web application",
"homepage": "https://github.com/Vectrex/vxWeb",
"keywords": [],
"license": "MIT",
"name": "vectrex/vxweb",
"require": {
"php": ">=8.4.0",
"ext-pdo": "*",
"ext-zip": "*",
"ext-gd": "*",
"ext-dom": "*",
"ext-json": "*",
"ext-curl": "*",
"ext-mbstring": "*",
"vectrex/vxphp": "dev-master",
"firebase/php-jwt": "^v7.0.5",
"ivopetkov/html5-dom-document-php": "^v2.10.1"
},
"require-dev": {
"roave/security-advisories": "dev-master"
},
"scripts": {
"post-install-cmd": [
],
"post-create-project-cmd": [
],
"post-update-cmd": [
]
},
"type": "project"
}