-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
61 lines (61 loc) · 1.54 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
{
"name": "pdir/business-reviews-bundle",
"type": "contao-bundle",
"description": "Easily display reviews from multiple platforms like Google My Business, Facebook and Trusted Shops on your Contao website",
"keywords": [
"contao",
"business",
"reviews",
"website",
"automobile",
"restaurant",
"retail store",
"franchise",
"real estate",
"hotels",
"hospitality"
],
"license": "proprietary",
"homepage": "https://pdir.de/contao-business-reviews/",
"authors": [
{
"name": "Webdesign für Dresden",
"homepage": "https://pdir.de",
"email": "develop@pdir.de",
"role": "Developer"
}
],
"require": {
"php": "^7.4 || ^8.0",
"contao/core-bundle": "^4.13 || ^5.2"
},
"conflict": {
"contao/core": "*",
"contao/manager-plugin": "<2.0 || >=3.0"
},
"require-dev": {
"contao/manager-plugin": "^2.2.1",
"php-http/guzzle6-adapter": "^1.1",
"phpunit/phpunit": "^5.7",
"symfony/phpunit-bridge": "^3.4.5",
"friendsofphp/php-cs-fixer": "^2.0"
},
"extra": {
"contao-manager-plugin": "Pdir\\BusinessReviewsBundle\\ContaoManager\\Plugin"
},
"autoload": {
"psr-4": {
"Pdir\\BusinessReviewsBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Pdir\\BusinessReviewsBundle\\Tests\\": "tests/"
}
},
"support": {
"docs": "https://docs.pdir.de/contao-business-reviews/",
"issues": "https://github.com/pdir/business-reviews-bundle/issues",
"source": "https://github.com/pdir/business-reviews-bundle"
}
}