-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 911 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 911 Bytes
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
{
"repositories": [
{
"url": "https://github.com/Jefferson49/webtrees-common.git",
"type": "git"
}
],
"_custom_repositories": [
{
"url": "https://github.com/Jefferson49/php-gedcom.git",
"type": "git"
}
],
"require": {
"jefferson49/webtrees-common": "=1.2.24",
"zircote/swagger-php": "<6.0.0",
"liberu-genealogy/php-gedcom": "dev-main",
"league/oauth2-server": "*"
},
"replace": {
"psr/clock": "*",
"psr/event-dispatcher": "*",
"psr/http-factory": "*",
"psr/http-message": "*",
"psr/http-server-handler": "*",
"psr/http-server-middleware": "*",
"psr/log": "*",
"symfony/deprecation-contracts": "*",
"symfony/polyfill-ctype": "*"
},
"config": {
"prepend-autoloader": false
}
}