-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 953 Bytes
/
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
{
"name": "empaphy/dev",
"description": "Common dev dependencies of all Empaphy components.",
"type": "metapackage",
"keywords": ["Empaphy", "common", "development"],
"homepage": "https://dev.empaphy.org",
"readme": "README.rst",
"license": "MIT",
"authors": [
{
"name": "Alwin Garside",
"email": "[email protected]",
"homepage": "https://yogarine.net",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/empaphy/dev/issues",
"source": "https://github.com/empaphy/dev",
"docs": "https://dev.empaphy.org/",
"rss": "https://github.com/empaphy/dev/releases.atom"
},
"require": {
"friendsofphp/php-cs-fixer": "^3",
"pestphp/pest": "^3 || ^2",
"phpstan/phpstan": "^2"
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}