-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 787 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 787 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
{
"$schema": "https://getcomposer.org/schema.json",
"name": "nititech/php-vite-starter",
"description": "A modern vanilla PHP-Vite starter repo, utilizing vite-plugin-php",
"version": "1.0.0",
"type": "project",
"readme": "README.md",
"license": "See MIT license in LICENSE",
"homepage": "https://github.com/nititech/php-vite-starter",
"repository": {
"type": "git",
"url": "https://github.com/nititech/php-vite-starter.git"
},
"bugs": {
"url": "https://github.com/nititech/php-vite-starter/issues",
"email": "mail@nititech.de"
},
"support": {
"email": "mail@nititech.de"
},
"author": {
"name": "nititech",
"email": "mail@nititech.de",
"url": "https://nititech.de"
},
"repositories": [],
"require": {
"php": ">=7.3",
"nikic/fast-route": "^1.3"
}
}