-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
97 lines (90 loc) · 3.29 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
{
"name": "smart-core/cms-bundle",
"description": "Base Bundle of Smart Core CMS.",
"keywords": ["cmf", "cms", "bundle", "symfony2"],
"type": "symfony-bundle",
"homepage": "http://smart-core.org",
"authors": [
{
"name": "Artem Ryzhkov",
"email": "artem@smart-core.org",
"homepage": "http://smart-core.org"
}
],
"require": {
"php": ">=7.0.0",
"ext-curl": "*",
"ext-dom": "*",
"ext-intl": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-json": "*",
"symfony/symfony": ">=3.3",
"symfony/assetic-bundle": "~2.0@dev",
"symfony/swiftmailer-bundle": "~2.0",
"symfony/monolog-bundle": "*",
"sensio/distribution-bundle": ">=5.0.6",
"sensio/generator-bundle": "*",
"twig/extensions": "~1.0",
"doctrine/annotations": "*",
"doctrine/orm": "~2.5",
"doctrine/doctrine-cache-bundle": "~1.0@dev",
"doctrine/doctrine-bundle": "~1.6",
"api-platform/core": "*",
"asm89/twig-cache-extension": "*",
"cache/adapter-bundle": "*",
"cache/apcu-adapter": "*",
"cache/cache-bundle": "*",
"cache/filesystem-adapter": "*",
"cache/memcache-adapter": "*",
"cache/memcached-adapter": "*",
"cache/namespaced-cache": "*",
"cache/psr-6-doctrine-bridge": "*",
"egeloen/ordered-form": "*",
"egulias/email-validator": "*",
"egulias/listeners-debug-command-bundle": "*",
"elao/web-profiler-extra-bundle": "~2.0@dev",
"fabpot/goutte": "*",
"friendsofsymfony/comment-bundle": "*",
"friendsofsymfony/elastica-bundle": "*",
"friendsofsymfony/jsrouting-bundle": "*",
"friendsofsymfony/http-cache-bundle": "*",
"friendsofsymfony/rest-bundle": "*",
"google/apiclient": "^2.0",
"incenteev/composer-parameter-handler": "~2.0",
"intervention/image": "*",
"jms/di-extra-bundle": "*",
"jms/serializer-bundle": "*",
"happyr/google-api-bundle": "*",
"helios-ag/fm-elfinder-bundle": "~6",
"helios-ag/fm-elfinder-php-connector": "*",
"knplabs/knp-gaufrette-bundle": "*",
"knplabs/knp-paginator-bundle": "*",
"leaseweb/api-caller-bundle": "*",
"liip/imagine-bundle": "*",
"liip/theme-bundle": "~1.0@dev",
"misd/phone-number-bundle": "*",
"oneup/flysystem-bundle": "*",
"piwik/device-detector": "*",
"phpdocumentor/reflection-docblock": "*",
"rickysu/tagcache-bundle": "~0.1",
"sendpulse/rest-api": "*",
"spatie/flysystem-dropbox": "*",
"stfalcon/tinymce-bundle": "v2.1",
"smart-core/accelerator-cache-bundle": "~1.0@dev",
"smart-core/ladybug-bundle": "~0.7",
"sonata-project/intl-bundle": "~2.0@dev",
"vich/uploader-bundle": "^1.6",
"yamilovs/sypex-geo-bundle": "*",
"whiteoctober/breadcrumbs-bundle": "~1.0@dev",
"white-october/pagerfanta-bundle": "~1.0@dev",
"zendframework/zend-servicemanager": "~3.0",
"zendframework/zend-tag": "~2.0"
},
"config": {
"preferred-install": "source"
},
"autoload": {
"psr-4": {"SmartCore\\Bundle\\CMSBundle\\": ""}
}
}