-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
53 lines (53 loc) · 1.52 KB
/
composer.json
File metadata and controls
53 lines (53 loc) · 1.52 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
{
"name": "nenuadrian/secretrepublic",
"type": "project",
"description" : "Hacker Simulation Futuristic Browser Based Role Playing Game",
"keywords": ["browser", "game" , "hacking", "application", "website", "development", "framework", "PHP", "PHP7"],
"license": "MIT",
"homepage": "https://secretrepublic.nenuadrian.com/",
"require": {
"php": "<8.3",
"composer/installers": "~1.0",
"fuel/core": "1.8.*",
"fuel/email": "1.8.*",
"fuel/parser": "1.8.*",
"fuelphp/upload": "2.0.6",
"monolog/monolog": "^1.18",
"phpseclib/phpseclib": "2.0.47",
"michelf/php-markdown": "1.7.0",
"thunderer/shortcode": "*",
"mobiledetect/mobiledetectlib": "*",
"jbbcode/jbbcode": "1.3.*",
"phpunit/phpunit": "^9.5"
},
"require-dev": {
"overtrue/phplint": "^3.0"
},
"config": {
"vendor-dir": "fuel/vendor",
"platform": {
"php": "8.2.0"
},
"allow-plugins": {
"composer/installers": true
},
"audit": {
"block-insecure": false,
"ignore": [
"PKSA-km2b-zc3b-mjm3",
"PKSA-4p7m-np8m-fq35",
"PKSA-t5xz-td8w-f35v",
"PKSA-jsh4-f6tg-bwyq",
"PKSA-mnsd-qtjt-pgcq"
]
}
},
"extra": {
"installer-paths": {
"fuel/{$name}": ["fuel/core"]
}
},
"scripts": {
},
"minimum-stability": "stable"
}