Skip to content

Commit 90f6d2d

Browse files
committed
normalize composer.json
1 parent ea4dfdc commit 90f6d2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"phpunit/phpunit": "^9.0",
2828
"spatie/phpunit-snapshot-assertions": "^4.2"
2929
},
30+
"config": {
31+
"sort-packages": true
32+
},
3033
"autoload": {
3134
"psr-4": {
3235
"Astrotomic\\OpenGraph\\": "src"
@@ -39,8 +42,5 @@
3942
},
4043
"scripts": {
4144
"test": "vendor/bin/phpunit"
42-
},
43-
"config": {
44-
"sort-packages": true
4545
}
4646
}

0 commit comments

Comments
 (0)