-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
34 lines (34 loc) · 1.01 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
{
"name": "proklung/bitrix-phpunit-testing-tools",
"description": "Bitrix PHPUNIT testing tools.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Gavrilov Fedy",
"email": "fedor.gavrilov.75@mail.ru",
"homepage": "https://github.com/ProklUng"
}
],
"support": {
"issues": "https://github.com/ProklUng/bitrix.phpunit.testing.tools/issues",
"source": "https://github.com/ProklUng/bitrix.phpunit.testing.tools"
},
"autoload": {
"psr-4": {
"Prokl\\BitrixTestingTools\\": "src",
"Arrilot\\BitrixMigrationsFork\\": "arrilot/"
}
},
"require": {
"proklung/phpunit-testing-tools": "^1.0",
"sheerockoff/bitrix-ci": "^21.400",
"andreyryabin/sprint.migration": "^4",
"ext-mysqli": "*"
},
"extra": {
"installer-paths": {
"vendor/sheerockoff/bitrix-ci/files/bitrix/modules/{$name}/": ["type:bitrix-module"]
}
}
}