-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.47 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
{
"name":"plenta/contao-news-like-bundle",
"description":"Integrate your own like button into your contao news.",
"keywords":["contao", "news", "like", "announcements", "blog", "heart"],
"type":"contao-bundle",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Plenta",
"homepage":"https://plenta.io",
"role":"Developer"
}
],
"homepage": "https://github.com/plenta/contao-news-like-bundle",
"support":{
"issues":"https://github.com/plenta/contao-news-like-bundle/issues",
"source":"https://github.com/plenta/contao-news-like-bundle"
},
"require":{
"php":">=8.1",
"contao/core-bundle": "^4.13 || ^5.1",
"contao/news-bundle": "^4.13 || ^5.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.7.0",
"contao/manager-bundle": "^4.13"
},
"extra": {
"contao-manager-plugin": "Plenta\\NewsLikeBundle\\ContaoManager\\Plugin"
},
"autoload": {
"psr-4": {
"Plenta\\NewsLikeBundle\\": "src"
}
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"contao-components/installer": true,
"contao/manager-plugin": true,
"contao-community-alliance/composer-plugin": true,
"php-http/discovery": true
}
},
"replace": {
"contao-legacy/contao-protectedselect": "self.version"
}
}