Skip to content

Commit eedf83e

Browse files
committed
Add Magento repository and require Magento coding standard
1 parent 7c47eeb commit eedf83e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,14 @@
2929
"psr-4": {
3030
"IntegerNet\\SessionUnblocker\\": ""
3131
}
32+
},
33+
"repositories": [
34+
{
35+
"type": "composer",
36+
"url": "https://repo.magento.com/"
37+
}
38+
],
39+
"require-dev": {
40+
"magento/magento-coding-standard": "@dev"
3241
}
3342
}

0 commit comments

Comments
 (0)