forked from CI-HUB-GmbH/PimcoreCIHubAdapterBundle
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
executable file
·58 lines (58 loc) · 1.38 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
{
"name": "bo-hub/ci-hub-adapter-bundle",
"type": "pimcore-bundle",
"license": "GPL-3.0-or-later",
"description": "CI HUB Adapter for Pimcore DataHub",
"keywords": [
"pimcore",
"pimcore-bundle"
],
"homepage": "https://github.com/ci-hub-gmbh/PimcoreCIHubAdapterBundle",
"authors": [
{
"name": "CI HUB GmbH",
"email": "[email protected]",
"homepage": "https://ci-hub.com"
},
{
"name": "Brand Oriented",
"email": "[email protected]",
"homepage": "https://brandoriented.pl",
"role": "Developer"
},
{
"name": "Dominik Labudzinski",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": "^8.0 || ^8.1 || ^8.2 || ^8.3",
"pimcore/data-hub": "^1.1",
"pimcore/pimcore": "^10.6 || ^11.0",
"bo-hub/ci-hub-api-bundle": "^3.0"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-symfony": "^1.3",
"symplify/easy-coding-standard": "^9.0"
},
"autoload": {
"psr-4": {
"CIHub\\Bundle\\PimcoreCIHubAdapterBundle\\": "src/PimcoreCIHubAdapterBundle/"
}
},
"replace": {
"ci-hub/pimcore-ci-hub-adapter-bundle": "*"
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
},
"pimcore": {
"bundles": [
"CIHub\\Bundle\\PimcoreCIHubAdapterBundle\\PimcoreCIHubAdapterBundle"
]
}
}
}