forked from inspiredminds/contao-unified-news-aliases
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (45 loc) · 1.5 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
{
"name": "inspiredminds/contao-unified-news-aliases",
"description": "Contao extension to allow to use the same news alias for different news articles of different languages.",
"type": "contao-bundle",
"license": "LGPL-3.0-or-later",
"homepage": "https://github.com/inspiredminds/contao-unified-news-aliases",
"authors": [
{
"name": "Fritz Michael Gschwantner",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/inspiredminds/contao-remember-language/issues",
"source": "https://github.com/inspiredminds/contao-remember-language",
"forum": "https://community.contao.org/de"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fritzmg"
}
],
"require": {
"php": "^7.2 || ^8.0",
"contao/core-bundle": "^4.9 || ^5.0",
"contao/news-bundle": "^4.9 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.2 || ^6.0" ,
"symfony/event-dispatcher": "^4.4 || ^5.2 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.2 || ^6.0",
"terminal42/contao-changelanguage": "^3.1"
},
"autoload": {
"psr-4": {
"InspiredMinds\\ContaoUnifiedNewsAliases\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "InspiredMinds\\ContaoUnifiedNewsAliases\\ContaoManager\\Plugin"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16"
}
}