This repository has been archived by the owner on Apr 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
83 lines (83 loc) · 2.18 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
{
"name": "iisg/repeka",
"license": "proprietary",
"type": "project",
"autoload": {
"psr-4": {
"Repeka\\Migrations\\": "app/DoctrineMigrations",
"Repeka\\": "src/Repeka"
},
"classmap": [
"app/AppKernel.php",
"app/AppCache.php"
]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/gronostajo/DoctrineJsonFunctions"
}
],
"require": {
"php": ">=7.1",
"ext-bcmath": "*",
"ext-curl": "*",
"ext-dom": "*",
"ext-exif": "*",
"ext-fileinfo": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo_pgsql": "*",
"ext-pgsql": "*",
"ext-simplexml": "*",
"ext-soap": "*",
"beberlei/assert": "^2.7",
"cocur/slugify": "^3.0",
"danielstjules/stringy": "^3.1",
"doctrine/dbal": "^2.7.1",
"doctrine/doctrine-bundle": "^1.8",
"doctrine/doctrine-migrations-bundle": "^1.3",
"doctrine/orm": "^2.6",
"elasticsearch/elasticsearch": "^6.0",
"endroid/qr-code": "^3.5",
"google/recaptcha": "~1.1",
"knplabs/knp-snappy-bundle": "^1.6",
"m6web/statsd-bundle": "^2.15",
"martin-georgiev/postgresql-for-doctrine": "^0.10.0",
"myclabs/php-enum": "^1.5",
"qandidate/symfony-json-request-transformer": "^1.2.2",
"respect/validation": "dev-master#b83f55e3e97d7103b6eb2eea69e7c4bf66750a0b",
"ruflin/elastica": "^6.0",
"sensio/distribution-bundle": "^5.0",
"sensio/framework-extra-bundle": "3.0.22",
"stichoza/google-translate-php": "^4.0",
"studio-42/elfinder": "^2.1",
"swiftmailer/swiftmailer": "^6.0",
"symfony/monolog-bundle": "^3.2",
"symfony/process": "^3.4",
"symfony/serializer": "^3.4",
"symfony/symfony": "^3.4"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.0",
"fzaninotto/faker": "^1.7",
"phpmd/phpmd": "@stable",
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "2.*",
"symfony/phpunit-bridge": "^3.0"
},
"scripts": {
},
"extra": {
"symfony-app-dir": "app",
"symfony-bin-dir": "bin",
"symfony-var-dir": "var",
"symfony-web-dir": "web",
"symfony-tests-dir": "tests"
},
"config": {
"platform": {
"php": "7.1.27"
}
}
}