Skip to content

Commit 3622714

Browse files
committed
correcly order dependencies in composer.json
1 parent 9a50f56 commit 3622714

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"license": "MIT",
55
"description": "Worldia Coding Standards",
66
"require": {
7-
"friendsofphp/php-cs-fixer": "^3.6",
8-
"ext-json": "*"
7+
"ext-json": "*",
8+
"friendsofphp/php-cs-fixer": "^3.6"
99
},
1010
"autoload": {
1111
"psr-4": {

0 commit comments

Comments
 (0)