forked from frdl/codebase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
109 lines (98 loc) · 2.89 KB
/
composer.json
File metadata and controls
109 lines (98 loc) · 2.89 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "frdl/codebase-vendors",
"description": "Codebase API related packages...",
"license": ["MIT"],
"homepage": "https://webfan.de/install/",
"authors": [{
"name": "Till Wehowski",
"email": "software@frdl.de"
}],
"type": "metapackage",
"require": {
"frdl/webfan": "*",
"composer/composer": "*",
"friendsofphp/proxy-manager-lts": "*",
"yosymfony/resource-watcher": "*",
"comcast/php-legal-licenses": "*",
"sensiolabs/ansi-to-html": "*",
"frdl/php-floodprotection": "*",
"frdl/remote-psr4": "*",
"frdl/event-module": "*",
"webfan3/php-easy-breaker": "*",
"ninsuo/php-shared-memory": "*",
"nette/utils": "*",
"nette/caching": "*",
"nette/robot-loader": "*",
"nette/reflection": "*",
"nette/php-generator": "*",
"spatie/temporary-directory": "*",
"nikic/php-parser": "*",
"hellogerard/jobby": "*",
"caseyamcl/configula": "*",
"karelwintersky/monolog-pdo-handler": "*",
"catfan/medoo": "*",
"byjg/migration": "*",
"bramus/router": "*",
"adhocore/cli": "*",
"rosell-dk/locate-binaries": "*",
"rosell-dk/htaccess-capability-tester": "*",
"rosell-dk/exec-with-fallback": "*",
"symfony/finder": "*",
"psr/http-message": "*",
"laminas/laminas-httphandlerrunner": "*",
"roave/security-advisories": "dev-master",
"frdl/auth": "*",
"frdl/cms": "*",
"rosell-dk/image-mime-type-guesser": "*",
"league/commonmark": "*",
"mustangostang/spyc": "*",
"minicli/minicli": "*",
"league/flysystem-sftp": "*",
"league/flysystem-webdav": "*",
"league/flysystem-ziparchive": "*",
"slim/slim": "*",
"vlucas/phpdotenv": "*",
"php-vfs/php-vfs": "*",
"brzuchal/filesystem-stream-wrapper": "*",
"ivopetkov/html5-dom-document-php": "*",
"ivopetkov/html-server-components-compiler": "*",
"fusio/sdk": "*",
"altorouter/altorouter": "*",
"league/html-to-markdown": "*",
"league/pipeline": "*",
"commonjs/commonjs": "*",
"robthree/twofactorauth": "*",
"guzzlehttp/psr7": "*",
"phpactor/path-finder": "*",
"uma/json-rpc": "*",
"phpseclib/phpseclib": "*",
"m2mtech/flysystem-stream-wrapper": "*",
"php-di/invoker": "*",
"mirazmac/php-requirements-checker": "*",
"mirazmac/dotenvwriter": "*",
"league/route": "*",
"wmde/php-vuejs-templating": "*",
"php-di/php-di": "*",
"ocramius/proxy-manager": "*",
"spatie/once": "*",
"roave/better-reflection": "*",
"appstract/php-hostsfile": "*",
"joomla/keychain": "*",
"rtio/activitypub-core": "*",
"delirehberi/webfinger": "*",
"relay/relay": "*",
"workerman/phpsocket.io": "*",
"teqneers/shamir": "*",
"blake-gardner/mac-address": "*",
"statical/statical" : "*",
"web-auth/webauthn-lib":"*",
"web-auth/cose-lib":"*",
"web-auth/metadata-service":"*",
"lbuchs/webauthn":"*",
"thecodingcompany/php-mastodon" : "*",
"laminas/laminas-json-server": "*",
"laminas/laminas-json" : "*",
"ocramius/proxy-manager" :"*",
"laminas/laminas-server":"*"
}
}