-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
43 lines (43 loc) · 1.24 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
41
42
43
{
"name": "azuriom/flyff",
"type": "azuriom-plugin",
"description": "Plugin for Azuriom",
"autoload": {
"psr-4": {
"Azuriom\\Plugin\\Flyff\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"require": {
"awobaz/compoships": "^2.0"
},
"replace": {
"illuminate/database": "*",
"voku/portable-ascii": "*",
"symfony/translation-contracts": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-mbstring": "*",
"symfony/translation": "*",
"nesbot/carbon": "*",
"illuminate/macroable": "*",
"psr/simple-cache": "*",
"psr/container": "*",
"illuminate/contracts": "*",
"illuminate/collections": "*",
"doctrine/inflector": "*",
"illuminate/support": "*",
"symfony/polyfill-intl-normalizer": "*",
"symfony/polyfill-intl-grapheme": "*",
"symfony/polyfill-ctype": "*",
"symfony/string": "*",
"symfony/service-contracts": "*",
"symfony/polyfill-php73": "*",
"symfony/console": "*",
"illuminate/container": "*",
"symfony/process": "*",
"illuminate/console": "*",
"illuminate/cache": "*"
}
}