-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 893 Bytes
/
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
{
"name": "raizdev/orion-core",
"description": "Cosmic-Core designed for Ares Habbo Framework",
"keywords":
[
"slim4", "twig", "ares", "cosmic", "core"
],
"homepage": "https://github.com/raizdev/cosmic-core",
"authors":
[
{
"name": "Raizer",
"homepage": "https://github.com/raizdev",
"role": "Developer"
}
],
"license": "MIT",
"require":
{
"matthiasmullie/minify": "^1.3",
"slim/twig-view": "^3.0",
"odan/session": "^5.1",
"slim/csrf": "^1.2",
"symfony/yaml": "^5.4",
"spatie/array-to-xml": "^2.16",
"juliangut/mapping": "^1.1",
"doctrine/annotations": "^1.13"
},
"autoload":
{
"psr-4":
{
"Orion\\Core\\": "src/"
}
},
"scripts": {
"test": "phpunit"
}
}