-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 1.01 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
{
"name": "spomky/custom-beaver",
"description": "A set of commands to manage your PHP projects",
"authors": [
{
"name": "Florent Morselli",
"email": "[email protected]"
}
],
"bin": [
"bin/beaver"
],
"require": {
"php": ">=8.1",
"ext-zip": "*",
"jolicode/castor": "^0.18",
"ekino/phpstan-banned-code": "^2.1",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.3",
"phpstan/phpstan-beberlei-assert": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
"phpstan/phpstan-symfony": "^1.3",
"rector/rector": "^1.0",
"roave/security-advisories": "dev-latest",
"symplify/config-transformer": "^12.0",
"symplify/easy-coding-standard": "^12"
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}