forked from enhavo/enhavo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
164 lines (164 loc) · 5.09 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "enhavo/enhavo",
"license": "MIT",
"description": "enhavo",
"authors": [
{
"name": "Gerhard Seidel",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Enhavo\\": "src/Enhavo"
}
},
"autoload-dev": {
"psr-4": {
"App\\": "src/App"
}
},
"require": {
"php": "^8.0",
"ext-ctype": "*",
"ext-dom": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-zip": "*",
"ext-zlib": "*",
"behat/transliterator": "^1.5",
"composer/package-versions-deprecated": "1.11.*",
"doctrine/doctrine-migrations-bundle": "^3.1",
"doctrine/orm": "^2.7",
"ezyang/htmlpurifier": "^4.12",
"friendsofsymfony/jsrouting-bundle": "^3.1",
"guzzlehttp/guzzle": "^6.5",
"imagine/imagine": "^1.2",
"johngrogg/ics-parser": "^2.0",
"laminas/laminas-stdlib": "^3.2",
"league/uri": "^6.4",
"mailchimp/marketing": "^3.0",
"mailjet/mailjet-apiv3-php": "^1.5",
"payum/offline": "^1.5",
"payum/paypal-express-checkout-nvp": "^1.7",
"payum/payum-bundle": "^2.3",
"php-http/guzzle6-adapter": "^1|^2",
"ruflin/elastica": "^7.1",
"sensio/framework-extra-bundle": "^5.1",
"simshaun/recurr": "^2.2",
"spatie/image-optimizer": "^1.0",
"stof/doctrine-extensions-bundle": "^1.2",
"sylius/addressing": "1.10.*",
"sylius/addressing-bundle": "1.10.*",
"sylius/attribute": "1.10.*",
"sylius/attribute-bundle": "1.10.*",
"sylius/currency": "1.10.*",
"sylius/currency-bundle": "1.10.*",
"sylius/inventory": "1.10.*",
"sylius/inventory-bundle": "1.10.*",
"sylius/locale": "1.10.*",
"sylius/money-bundle": "1.10.*",
"sylius/order": "1.10.*",
"sylius/order-bundle": "1.10.*",
"sylius/payment": "1.10.*",
"sylius/payment-bundle": "1.10.*",
"sylius/product": "1.10.*",
"sylius/product-bundle": "1.10.*",
"sylius/promotion": "1.10.*",
"sylius/promotion-bundle": "1.10.*",
"sylius/resource-bundle": "~1.8.4",
"sylius/shipping": "1.10.*",
"sylius/shipping-bundle": "1.10.*",
"sylius/taxation": "1.10.*",
"sylius/taxation-bundle": "1.10.*",
"symfony-cmf/routing-bundle": "^2.1",
"symfony/asset": "^5.4",
"symfony/console": "^5.4",
"symfony/dotenv": "^5.4",
"symfony/expression-language": "^5.4",
"symfony/form": "^5.4",
"symfony/framework-bundle": "^5.4",
"symfony/lock": "^5.4",
"symfony/mailer": "^5.4",
"symfony/mime": "^5.4",
"symfony/monolog-bundle": "^3.1",
"symfony/orm-pack": "^1.0",
"symfony/process": "^5.4",
"symfony/property-info": "^5.4",
"symfony/runtime": "^5.4",
"symfony/security-bundle": "^5.4",
"symfony/security-guard": "^5.4",
"symfony/serializer-pack": "^1.0",
"symfony/translation": "^5.4",
"symfony/twig-bundle": "^5.4",
"symfony/ux-twig-component": "^2.1",
"symfony/validator": "^5.4",
"symfony/web-link": "^5.4",
"symfony/webpack-encore-bundle": "^1.5",
"symfony/yaml": "^5.4",
"symfony/twig-bridge": "^5.4",
"tecnickcom/tcpdf": "^6.2"
},
"require-dev": {
"behat/behat": "^3.10",
"dbrekelmans/bdi": "^0.3.0",
"overtrue/phplint": "^1.1",
"phpstan/phpstan": "^0.12.29",
"phpunit/php-code-coverage": "^9.2",
"phpunit/phpunit": "^9.5",
"symfony/debug-pack": "^1.0",
"symfony/maker-bundle": "^1.0",
"symfony/panther": "^2.0",
"symfony/profiler-pack": "^1.0",
"symfony/test-pack": "^1.0"
},
"replace": {
"enhavo/app-bundle": "self.version",
"enhavo/article-bundle": "self.version",
"enhavo/block-bundle": "self.version",
"enhavo/calendar-bundle": "self.version",
"enhavo/comment-bundle": "self.version",
"enhavo/contact-bundle": "self.version",
"enhavo/content-bundle": "self.version",
"enhavo/dashboard-bundle": "self.version",
"enhavo/form-bundle": "self.version",
"enhavo/media-bundle": "self.version",
"enhavo/navigation-bundle": "self.version",
"enhavo/newsletter-bundle": "self.version",
"enhavo/page-bundle": "self.version",
"enhavo/portal-bundle": "self.version",
"enhavo/redirect-bundle": "self.version",
"enhavo/revision-bundle": "self.version",
"enhavo/routing-bundle": "self.version",
"enhavo/search-bundle": "self.version",
"enhavo/setting-bundle": "self.version",
"enhavo/shop-bundle": "self.version",
"enhavo/sidebar-bundle": "self.version",
"enhavo/slider-bundle": "self.version",
"enhavo/taxonomy-bundle": "self.version",
"enhavo/template-bundle": "self.version",
"enhavo/theme-bundle": "self.version",
"enhavo/translation-bundle": "self.version",
"enhavo/user-bundle": "self.version",
"enhavo/class-analyzer": "self.version",
"enhavo/metadata": "self.version",
"enhavo/doctrine-extension": "self.version"
},
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true,
"symfony/runtime": true
}
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}