-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 1.04 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
{
"name": "empaphy/example",
"description": "A short description of the package. Usually this is one line long.",
"type": "library",
"keywords": ["logging", "events", "database", "redis", "templating"],
"homepage": "https://example.empaphy.org/",
"license": "MIT",
"authors": [
{ "name": "Alwin Garside", "email": "alwin@garsi.de", "homepage": "https://yogarine.net" }
],
"support": {
"issues": "https://github.com/empaphy/example/issues",
"forum": "https://github.com/empaphy/example/discussions",
"wiki": "https://github.com/empaphy/example/wiki",
"source": "https://github.com/empaphy/example",
"docs": "https://example.empaphy.org/",
"rss": "https://github.com/empaphy/example/releases.atom"
},
"require": {
"php": ">=7.1",
"empaphy/polyphill": "^1",
"empaphy/filharmonic": "^1"
},
"require-dev": {
"pestphp/pest": "^3",
"phpstan/phpstan": "^1.12",
"roave/security-advisories": "dev-latest"
}
}