-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
51 lines (51 loc) · 1.45 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
{
"name" : "frdlweb/webfat",
"description": "Starting point for Webfat Initial Apps: DefaultPage, IO4, Docu, Demo, ...Wayne Insane initial files...",
"type" : "project",
"license": ["MIT"],
"homepage": "https://repo.pkg.frdl.de/organization/webfat/overview",
"repositories": [
{"type": "composer", "url": "https://webfat.repo.pkg.frdl.de"},
{"type": "composer", "url": "https://frdl.repo.pkg.frdl.de"},
{"type": "composer", "url": "https://oidplus-plugins.repo.pkg.frdl.de"},
{"type": "composer", "url": "https://weid.repo.pkg.frdl.de"},
{"type": "composer", "url": "https://repo.pkg.frdl.de"}
],
"authors": [{
"name": "Till Wehowski",
"email": "[email protected]",
"homepage": "https://frdl.de"
}],
"require" : {
"php": ">=7.0 || >=8.0",
"frdlweb/frdlweb-composer-plugin": "*"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"composer/composer": "*",
"comcast/php-legal-licenses": "*",
"yosymfony/resource-watcher": "*"
},
"autoload": {
"files": ["autoloader.php"]
},
"minimum-stability": "dev",
"config": {
"preferred-install": "auto",
"prepend-autoloader": true,
"allow-plugins": {
"airmad/*": true,
"civicrm/*": true,
"composer/*": true,
"frdl/*": true,
"webfan3/*": true,
"vendor-patch/*": true,
"kylekatarnls/update-helper": true,
"danielmarschall/*" : true
}
},
"provides": {
"frdl-io4/webfat": "*",
"frdl/remote-psr4" : "*"
}
}