Skip to content

Commit 4106ede

Browse files
committed
ordering, php8.4 and tidy run scripts
1 parent bc49792 commit 4106ede

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@
2828
"guzzlehttp/guzzle": "7.9.3"
2929
},
3030
"require-dev": {
31-
"symplify/easy-coding-standard": "12.5.16",
32-
"testcontainers/testcontainers": "1.0.2",
3331
"phpstan/phpstan": "2.1.16",
34-
"phpunit/phpunit": "11.5.21"
32+
"phpunit/phpunit": "11.5.21",
33+
"symplify/easy-coding-standard": "12.5.16",
34+
"testcontainers/testcontainers": "1.0.2"
3535
},
3636
"scripts": {
3737
"analyze": "vendor/bin/ecs check && composer stan",
3838
"format": "vendor/bin/ecs check --fix",
3939
"stan": " vendor/bin/phpstan analyze -l 5 src tests",
4040
"qa": [
4141
"composer analyze",
42-
"composer stan",
4342
"composer test"
4443
],
4544
"test": "vendor/bin/phpunit"
4645
},
4746
"config": {
47+
"sort-packages": true,
4848
"allow-plugins": {
4949
"php-http/discovery": true
5050
}

0 commit comments

Comments
 (0)