Skip to content

Commit ea1de66

Browse files
committed
Sort dependencies of composer.json
1 parent c55f7eb commit ea1de66

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
@@ -4,8 +4,8 @@
44
"description": "N/A",
55
"type": "magento2-module",
66
"require": {
7-
"magento/framework": "*",
8-
"league/csv": "^9.22.0"
7+
"league/csv": "^9.22.0",
8+
"magento/framework": "*"
99
},
1010
"license": [
1111
"OSL-3.0"
@@ -18,4 +18,4 @@
1818
"Yireo\\TablerateCommands\\": ""
1919
}
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)