-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1.29 KB
/
composer.json
File metadata and controls
36 lines (36 loc) · 1.29 KB
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
{
"name": "setono/code-quality-pack",
"description": "A pack that installs code quality tools.",
"license": "MIT",
"type": "library",
"require": {
"php": ">=8.2",
"ergebnis/composer-normalize": "^2.50",
"infection/infection": "^0.29.14",
"jangregor/phpstan-prophecy": "^2.3",
"phpspec/prophecy-phpunit": "^2.5",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^2.1.46",
"phpstan/phpstan-phpunit": "^2.0.16",
"phpstan/phpstan-strict-rules": "^2.0.10",
"phpstan/phpstan-webmozart-assert": "^2.0",
"phpunit/phpunit": "^11.5.55",
"rector/rector": "^2.4.1",
"shipmonk/composer-dependency-analyser": "^1.8.4",
"sylius-labs/coding-standard": "^4.5"
},
"suggest": {
"phpstan/phpstan-doctrine": "PHPStan extension for Doctrine projects",
"phpstan/phpstan-symfony": "PHPStan extension for Symfony projects"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": false,
"ergebnis/composer-normalize": true,
"infection/extension-installer": true,
"phpstan/extension-installer": true
},
"bump-after-update": true,
"sort-packages": true
}
}