-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
55 lines (55 loc) · 1.9 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
{
"name": "inspiredminds/contao-news-categories-search",
"description": "Contao extension to allow search results to be filtered by news categories.",
"keywords": ["contao", "news", "categories", "search"],
"type": "contao-bundle",
"homepage": "https://github.com/inspiredminds/contao-news-categories-search",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Fritz Michael Gschwantner",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/inspiredminds/contao-news-categories-search/issues",
"source": "https://github.com/inspiredminds/contao-news-categories-search"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fritzmg"
}
],
"require": {
"php": ">=7.4",
"codefog/contao-news_categories": "^3.1 || ^4.0",
"codefog/contao-haste": "^4.17 || ^5.0",
"contao/core-bundle": "^4.13 || ^5.0",
"contao/news-bundle": "^4.13 || ^5.0",
"symfony/config": "^5.4 || ^6.4 || ^7.1",
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.1",
"symfony/filesystem": "^5.4 || ^6.4 || ^7.1",
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.1",
"symfony/service-contracts": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"contao/easy-coding-standard": "^6.0",
"contao/rector": "^1.0"
},
"autoload": {
"psr-4": {
"InspiredMinds\\ContaoNewsCategoriesSearchBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "InspiredMinds\\ContaoNewsCategoriesSearchBundle\\ContaoManager\\Plugin"
},
"config": {
"allow-plugins": {
"php-http/discovery": false,
"contao-components/installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}