-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 866 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 866 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
{
"name": "anodyne/nova",
"type": "project",
"description": "Nova 2 RPG Management",
"keywords": [
"cms",
"anodyne",
"nova",
"rpg"
],
"license": "MIT",
"require": {
"php": ">=7.4",
"ezyang/htmlpurifier": "^4.16",
"fakerphp/faker": "^1.21",
"guzzlehttp/guzzle": "^7.5",
"illuminate/http": "^8.0",
"spatie/color": "^1.5",
"swiftmailer/swiftmailer": "^6.3",
"xemlock/htmlpurifier-html5": "^0.1.11"
},
"autoload": {},
"config": {
"bin-dir": "nova/vendor/bin",
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"vendor-dir": "nova/vendor",
"platform": {
"php": "7.4"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}