File tree 2 files changed +18
-3
lines changed
2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change
1
+ composer.lock
2
+ /vendor
Original file line number Diff line number Diff line change 3
3
"description" : " Module for Sass processing during static content deployment" ,
4
4
"require" : {
5
5
"magento/framework" : " ~101.0" ,
6
- "leafo/scssphp" : " ^0.7.7"
6
+ "leafo/scssphp" : " ^0.7.7" ,
7
+ "magento/module-developer" : " ^100.2" ,
8
+ "magento/module-store" : " ^100.2"
7
9
},
8
10
"type" : " magento2-module" ,
9
- "version" : " 1.0.0" ,
10
11
"license" : [
11
12
" OSL-3.0" ,
12
13
" AFL-3.0"
13
14
],
15
+ "repositories" : [
16
+ {
17
+ "type" : " composer" ,
18
+ "url" : " https://repo.magento.com/"
19
+ }
20
+ ],
14
21
"autoload" : {
15
22
"files" : [
16
23
" registration.php"
17
24
],
18
25
"psr-4" : {
19
26
"ClawRock\\ SassPreprocessor\\ " : " "
20
27
}
28
+ },
29
+ "require-dev" : {
30
+ "phpmd/phpmd" : " ^2.6" ,
31
+ "php-coveralls/php-coveralls" : " ^2.1" ,
32
+ "phpunit/phpunit" : " ^7.3" ,
33
+ "sebastian/phpcpd" : " ^4.1" ,
34
+ "squizlabs/php_codesniffer" : " ^3.3"
21
35
}
22
36
}
23
-
You can’t perform that action at this time.
0 commit comments