-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
72 lines (72 loc) · 2.14 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "flute-cms/cms",
"description": "CMS written on PHP for game servers",
"type": "project",
"authors": [
{
"name": "Flames",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"allow-plugins": {
"php-http/discovery": true
}
},
"require": {
"psr/log": "^1.1",
"monolog/monolog": "^2.9",
"league/config": "^1.2",
"eftec/bladeone": "^4.8",
"symfony/routing": "^5.4",
"symfony/http-foundation": "^5.4",
"symfony/event-dispatcher": "^5.4",
"symfony/http-kernel": "^5.4",
"symfony/translation": "^5.4",
"symfony/cache": "^5.4",
"scssphp/scssphp": "^1.11",
"cycle/orm": "^1.8",
"cycle/annotated": "^2.4",
"spiral/migrations": "^2.3",
"matthiasmullie/minify": "^1.3",
"hybridauth/hybridauth": "^3.9",
"whichbrowser/parser": "^2.1",
"nette/forms": "^3.1",
"cycle/proxy-factory": "^1.3",
"phpmailer/phpmailer": "^6.8",
"symfony/mime": "^5.4",
"rosell-dk/webp-convert": "^2.9",
"php-di/php-di": "6.4.0",
"ocramius/proxy-manager": "^2.13",
"symfony/filesystem": "^5.4",
"symfony/console": "^5.4",
"ext-openssl": "*",
"ext-json": "*",
"composer/composer": "^2.6",
"tracy/tracy": "^2.9",
"symfony/config": "^5.4",
"cycle/migrations": "^1.0",
"league/omnipay": "3",
"xpaw/php-source-query-class": "^2.1",
"zyberspace/steam-web-api-client": "^0.5.0",
"xpaw/steamid": "^2.0",
"hiqdev/omnipay-freekassa": "dev-master",
"omnipay/stripe": "^3.2",
"dercoder/omnipay-webmoney": "^5.0",
"omnipay/paypal": "^3.0",
"nesbot/carbon": "^2.72"
},
"autoload": {
"psr-4": {
"Flute\\": "app/",
"Templates\\": "app/Templates/"
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.52",
"phpstan/phpstan": "^1.10"
}
}