Skip to content

Commit 3c148cd

Browse files
committed
Sort dependencies of composer.json
1 parent b83e618 commit 3c148cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Add-on to Loki Components to allow the MX record of an email to be validated",
55
"type": "magento2-module",
66
"require": {
7+
"loki/magento2-components": "^2.0",
78
"magento/framework": "^103.0",
8-
"spatie/dns": "^2.0",
9-
"loki/magento2-components": "^2.0"
9+
"spatie/dns": "^2.0"
1010
},
1111
"license": [
1212
"OSL-3.0"
@@ -19,4 +19,4 @@
1919
"Loki\\EmailMxValidator\\": ""
2020
}
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)