-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
75 lines (75 loc) · 2.31 KB
/
composer.json
File metadata and controls
75 lines (75 loc) · 2.31 KB
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
{
"name": "meniam/core-bundle",
"type": "core-bundle",
"description": "Meniam CoreBundle",
"keywords": [],
"homepage": "http://meniam.ru",
"license": "MIT",
"authors": [
{
"name": "Eugene Myazin",
"email": "meniam@gmail.com"
}
],
"require": {
"php": "^7.3.0",
"ext-xml": "*",
"ext-mbstring": "*",
"ext-curl": "*",
"ext-memcached": "*",
"ext-zlib": "*",
"ext-json": "*",
"ext-dom": "*",
"ext-pdo": "*",
"ext-gd": "*",
"ext-libxml": "*",
"ext-iconv": "*",
"symfony/framework-bundle": "~4.4",
"sensio/framework-extra-bundle": "^5.2",
"sentry/sdk": "^2.0.0",
"symfony/security": "^4.4",
"symfony/security-bundle": "^4.4",
"symfony/templating": "^4.4",
"symfony/translation": "^4.4",
"symfony/validator": "^4.4",
"symfony/asset": "^4.4",
"symfony/process": "^4.4",
"symfony/form": "^4.4",
"symfony/console": "^4.4",
"symfony/yaml": "^4.4",
"symfony/dotenv": "^4.4",
"symfony/lock": "^4.4",
"symfony/expression-language": "^4.4",
"symfony/monolog-bundle": "^3.5",
"symfony/orm-pack": "^1.0",
"ramsey/uuid-doctrine": "^1.5",
"symfony/swiftmailer-bundle": "^3.2",
"symfony/webpack-encore-bundle": "^1.6",
"cocur/slugify": "@stable",
"meniam/autotext": "^4.0",
"guzzlehttp/guzzle": "~5.3.1|~6.0",
"guzzlehttp/psr7": "^1.4",
"tgalopin/html-sanitizer": "^1.2",
"tijsverkoyen/css-to-inline-styles": "^2.2.0",
"antoligy/dom-string-iterators": "^1.0",
"white-october/pagerfanta-bundle": "^1.2",
"league/commonmark": "^1.0.0",
"league/commonmark-extras": "^v1.0.0",
"league/commonmark-ext-inlines-only": "^1.0.0",
"evirma/commonmark-ext-attributes": "^1.0"
},
"require-dev": {
"symfony/profiler-pack": "^1.0",
"symfony/debug-pack": "^1.0"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": { "Meniam\\Bundle\\CoreBundle\\": "" }
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}
}
}