-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
40 lines (40 loc) · 1.17 KB
/
composer.json
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
{
"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.5.*",
"phpseclib/phpseclib": "2.0.47",
"michelf/php-markdown": "1.4.0",
"thunderer/shortcode": "*",
"mobiledetect/mobiledetectlib": "*",
"jbbcode/jbbcode": "1.3.*",
"phpunit/phpunit": "^9.5"
},
"require-dev": {
"overtrue/phplint": "^3.0"
},
"config": {
"vendor-dir": "fuel/vendor",
"allow-plugins": {
"composer/installers": true
}
},
"extra": {
"installer-paths": {
"fuel/{$name}": ["fuel/core"]
}
},
"scripts": {
},
"minimum-stability": "stable"
}