-
-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 681 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 681 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
{
"name": "czproject/git-php",
"type": "library",
"description": "Library for work with Git repository in PHP.",
"keywords": ["git"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Jan Pecha",
"email": "janpecha@email.cz"
}
],
"funding": [
{"type": "github", "url": "https://github.com/sponsors/janpecha"},
{"type": "thanks.dev", "url": "https://thanks.dev/u/gh/czproject"},
{"type": "stripe", "url": "https://donate.stripe.com/7sIcO2a9maTSg2A9AA"},
{"type": "other", "url": "https://www.janpecha.cz/donate/git-php/"}
],
"require": {
"php": "8.0 - 8.5"
},
"autoload": {
"classmap": ["src/"]
},
"require-dev": {
"nette/tester": "^2.5"
}
}