forked from just-tom/magento-simple-videos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
26 lines (26 loc) · 845 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "justtom/magento-simple-videos",
"type": "magento-module",
"description": "Add videos to products and cms pages",
"homepage": "https://github.com/just-tom/magento-simple-video",
"minimum-stability": "dev",
"authors":[
{
"name":"Tom Burman",
"email":"cranbriwebsolutions@gmail.com"
}
],
"require-dev": {
"ecomdev/ecomdev_phpunit": "dev-master",
"squizlabs/php_codesniffer": "2.3.2",
"mikey179/vfsStream": ">=1.2.0"
},
"require": {
"aijko/aijko_widgetimagechooser": "0.3.0",
"magento-hackathon/magento-composer-installer": "2.1.1"
},
"scripts": {
"cs": "phpcs --standard=Zend --ignore=Test --colors app/code/community",
"cbf": "phpcbf --standard=Zend --ignore=Test app/code/community/"
}
}