-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (46 loc) · 1.51 KB
/
composer.json
File metadata and controls
46 lines (46 loc) · 1.51 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
{
"name": "proklung/bitrix-fixture-database-generator-bundle",
"description": "Bitrix+Symfony fixture generator bundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Gavrilov Fedy",
"email": "fedor.gavrilov.75@mail.ru",
"homepage": "https://github.com/ProklUng"
}
],
"support": {
"issues": "https://github.com/ProklUng/bitrix.fixture.database.generator.bundle/issues",
"source": "https://github.com/ProklUng/bitrix.fixture.database.generator.bundle"
},
"autoload": {
"psr-4": {
"Prokl\\BitrixFixtureGeneratorBundle\\": ""
}
},
"require": {
"php": ">=7.3 || ~8.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.0",
"symfony/config": "^4.4 || ^5.0",
"symfony/filesystem": "^4.4 || ^5.0",
"symfony/console": "^4.4 || ^5.0",
"symfony/process": "^4.4 || ^5.0",
"symfony/lock": "^4.4 || ^5.0",
"doctrine/common": "^3.1",
"doctrine/annotations": "^1.10",
"mmo/faker-images": "^0.3.0",
"fzaninotto/faker": "^1.9",
"hanneskod/classtools": "^1.2"
},
"require-dev": {
"proklung/bitrix-phpunit-testing-tools": "^1.4",
"icanhazstring/composer-unused": "^0.7.5"
},
"extra": {
"installer-paths": {
"vendor/sheerockoff/bitrix-ci/files/bitrix/modules/{$name}/": ["type:bitrix-module"]
}
}
}