We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc49792 commit 4106edeCopy full SHA for 4106ede
1 file changed
composer.json
@@ -28,23 +28,23 @@
28
"guzzlehttp/guzzle": "7.9.3"
29
},
30
"require-dev": {
31
- "symplify/easy-coding-standard": "12.5.16",
32
- "testcontainers/testcontainers": "1.0.2",
33
"phpstan/phpstan": "2.1.16",
34
- "phpunit/phpunit": "11.5.21"
+ "phpunit/phpunit": "11.5.21",
+ "symplify/easy-coding-standard": "12.5.16",
+ "testcontainers/testcontainers": "1.0.2"
35
36
"scripts": {
37
"analyze": "vendor/bin/ecs check && composer stan",
38
"format": "vendor/bin/ecs check --fix",
39
"stan": " vendor/bin/phpstan analyze -l 5 src tests",
40
"qa": [
41
"composer analyze",
42
- "composer stan",
43
"composer test"
44
],
45
"test": "vendor/bin/phpunit"
46
47
"config": {
+ "sort-packages": true,
48
"allow-plugins": {
49
"php-http/discovery": true
50
}
0 commit comments