-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
141 lines (141 loc) · 4.97 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "shopsys/framework",
"type": "library",
"description": "Core of Shopsys Platform - open source framework for building large, scalable, fast-growing e-commerce projects based on Symfony",
"license": "proprietary",
"autoload": {
"psr-4": {
"Shopsys\\FrameworkBundle\\": "src/",
"Tests\\FrameworkBundle\\Test\\": "tests/Test/"
},
"files": [
"src/Component/Filesystem/Flysystem/VolumeDriver.php",
"src/Component/Translation/functions.php",
"src/Component/VarDumper/functions.php"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\FrameworkBundle\\": "tests/"
}
},
"require": {
"php": "^8.3",
"ext-bcmath": "*",
"ext-ctype": "*",
"ext-curl": "*",
"ext-dom": "*",
"ext-fileinfo": "*",
"ext-filter": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"ext-pdo_pgsql": "*",
"ext-redis": "*",
"ext-xml": "*",
"arvenil/ninja-mutex": "^0.6",
"barryvdh/elfinder-flysystem-driver": "^0.5",
"becklyn/ordered-form-bundle": "^1.4",
"commerceguys/intl": "^2.0.0",
"composer/composer": "^2.2.12",
"defuse/php-encryption": "^2.2.1",
"doctrine/annotations": "^1.6",
"doctrine/cache": "^1.7",
"doctrine/collections": "^1.5",
"doctrine/common": "^3.2.2",
"doctrine/data-fixtures": "^1.3",
"doctrine/dbal": "^3.8.5",
"doctrine/doctrine-bundle": "^2.5.7",
"doctrine/doctrine-fixtures-bundle": "^3.0.2",
"doctrine/orm": "^2.11.2",
"doctrine/persistence": "^3.3.3",
"elasticsearch/elasticsearch": "^7.6.1",
"endroid/qr-code": "^5.1.0",
"fakerphp/faker": "^1.19.0",
"friendsofsymfony/ckeditor-bundle": "^2.1",
"gopay/payments-sdk-php": "^1.7",
"gedmo/doctrine-extensions": "^3.5",
"gordalina/cachetool": "^8.5",
"guzzlehttp/guzzle": "^7.5",
"helios-ag/fm-elfinder-bundle": "^12.2",
"heureka/overeno-zakazniky": "^4.0.1",
"jms/metadata": "^2.6.1",
"jms/translation-bundle": "^2.2.1",
"knplabs/knp-menu-bundle": "^3.2",
"league/csv": "^9.6",
"league/flysystem": "^3.11",
"litipk/php-bignumbers": "^0.8.6",
"league/iso3166": "^4.2.1",
"nette/utils": "^3.0",
"nikic/php-parser": "^5.1",
"phar-io/version": "^3.0",
"phpdocumentor/reflection-docblock": "^5.3.0",
"presta/sitemap-bundle": "^3.3",
"prezent/doctrine-translatable": "^3.3.0",
"prezent/doctrine-translatable-bundle": "^1.4",
"psr/log": "^1.0",
"ramsey/uuid": "^4.3.1",
"roave/better-reflection": "^6.37",
"scheb/2fa-bundle": "^6.12.0",
"scheb/2fa-email": "^6.12.0",
"scheb/2fa-google-authenticator": "^6.12.0",
"shopsys/form-types-bundle": "16.0.x-dev",
"shopsys/jsformvalidator-bundle": "^1.7.0",
"shopsys/migrations": "16.0.x-dev",
"shopsys/plugin-interface": "16.0.x-dev",
"snc/redis-bundle": "^4.4.1",
"spatie/opening-hours": "^3.0",
"stof/doctrine-extensions-bundle": "^1.3.0",
"symfony/css-selector": "^5.4",
"symfony/dom-crawler": "^5.4",
"symfony/error-handler": "^5.4",
"symfony/event-dispatcher": "^5.4",
"symfony/html-sanitizer": "^6.1.0",
"symfony/http-client": "^5.4",
"symfony/mailer": "^5.4",
"symfony/messenger": "^5.4",
"symfony/monolog-bundle": "^3.5.0",
"symfony/property-info": "^5.4",
"symfony/proxy-manager-bridge": "^5.4",
"symfony/rate-limiter": "^5.4",
"symfony/security-bundle": "^5.4",
"symfony/service-contracts": "^2.5.2",
"symfony-cmf/routing": "^2.0.3",
"symfony-cmf/routing-bundle": "^2.0.3",
"symfony/polyfill-php80": "^1.24.0",
"tracy/tracy": "^2.4.13",
"twig/twig": "^3.14.0",
"webmozart/assert": "^1.4"
},
"require-dev": {
"php-mock/php-mock-phpunit": "^2.7",
"phpstan/phpstan": "^1.11.7",
"phpstan/phpstan-doctrine": "^1.4.8.",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-symfony": "^1.4.6",
"phpunit/phpunit": "^11.2.1",
"psr/event-dispatcher": "^1.0.0",
"shopsys/coding-standards": "16.0.x-dev",
"sspooky13/yaml-standards": "^9.0",
"symfony/var-dumper": "^5.4"
},
"extra": {
"symfony": {
"require": "^5.4",
"docker": false
}
},
"suggest": {
"ext-pgsql": "Required for dumping the Postgres database in shopsys:database:dump command"
},
"config": {
"allow-plugins": {
"symfony/flex": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}