generated from ghostwriter/wip
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
91 lines (91 loc) · 2.61 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
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
{
"name": "bmhv/therapists",
"description": "TN Therapists",
"license": "BSD-3-Clause",
"type": "library",
"keywords": [
"ghostwriter",
"tn-therapists",
"black-lives-matter"
],
"authors": [
{
"name": "Nathanael Esayeas",
"email": "[email protected]",
"homepage": "https://github.com/ghostwriter",
"role": "Developer"
}
],
"homepage": "https://github.com/bmhv/therapists",
"support": {
"issues": "https://github.com/bmhv/therapists/issues",
"source": "https://github.com/bmhv/therapists",
"rss": "https://github.com/bmhv/therapists/releases.atom",
"security": "https://github.com/bmhv/therapists/security/advisories/new"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ghostwriter"
}
],
"_comment": [
"#BlackLivesMatter",
"#FreePalestine",
"#StandWithUkraine"
],
"require": {
"php": ">=8.3",
"ghostwriter/container": "^4.0.3",
"ghostwriter/event-dispatcher": "^5.0.2",
"ghostwriter/option": "^1.5.1",
"ghostwriter/uuid": "^1.0.1",
"guzzlehttp/guzzle": "^7.9.2",
"illuminate/container": "^11.37.0",
"illuminate/database": "^11.37.0",
"illuminate/events": "^11.37.0",
"illuminate/filesystem": "^11.37.0",
"illuminate/http": "^11.37.0",
"phpoffice/phpspreadsheet": "^3.8.0",
"symfony/css-selector": "^7.2.0",
"symfony/dom-crawler": "^7.2.0",
"symplify/easy-coding-standard": "^12.5.5"
},
"require-dev": {
"ghostwriter/coding-standard": "dev-main",
"ghostwriter/psalm-plugin": "dev-main"
},
"replace": {},
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Ghostwriter\\TnTherapists\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\Unit\\": "tests/unit/"
},
"exclude-from-classmap": [
"tests/fixture/"
]
},
"config": {
"allow-plugins": {
"ghostwriter/coding-standard": true,
"ghostwriter/handrail": true
},
"classmap-authoritative": false,
"discard-changes": true,
"optimize-autoloader": true,
"platform": {
"php": "8.3.999"
},
"preferred-install": "dist",
"prepend-autoloader": true,
"process-timeout": 5000,
"sort-packages": true,
"use-parent-dir": false
}
}