Skip to content

Commit b9d5864

Browse files
committed
sort require-dev composer packages
1 parent 7681373 commit b9d5864

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
"symfony/polyfill-php84": "^1.30"
4343
},
4444
"require-dev": {
45-
"phpunit/phpunit": "^7.5",
46-
"phpstan/phpstan": "^1.4",
4745
"phpstan/extension-installer": "^1.1",
48-
"phpstan/phpstan-strict-rules": "^1.1",
46+
"phpstan/phpstan": "^1.4",
4947
"phpstan/phpstan-deprecation-rules": "^1.0",
50-
"symfony/var-dumper": "^4.4",
51-
"rector/rector": "^0.12.19"
48+
"phpstan/phpstan-strict-rules": "^1.1",
49+
"phpunit/phpunit": "^7.5",
50+
"rector/rector": "^0.12.19",
51+
"symfony/var-dumper": "^4.4"
5252
},
5353
"suggest": {
5454
"phpstan/phpstan": "PHP Static Analyzer"

0 commit comments

Comments
 (0)