File tree 2 files changed +36
-0
lines changed
2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ vendor /
2
+ composer.lock
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " mediact/coding-standard-magento2" ,
3
+ "description" : " MediaCT PHP Coding Standard for Magento2" ,
4
+ "type" : " phpcs-sniffs" ,
5
+ "homepage" : " https://bitbucket.org/mediactbv/coding-standard-magento2" ,
6
+ "license" : " proprietary" ,
7
+ "authors" : [
8
+ {
9
+ "name" : " MediaCT" ,
10
+
11
+ }
12
+ ],
13
+ "repositories" : [
14
+ {
15
+ "type" : " composer" ,
16
+ "url" : " https://composer.mediact.nl"
17
+ },
18
+ {
19
+ "type" : " composer" ,
20
+ "url" : " https://repo.magento.com"
21
+ }
22
+ ],
23
+ "require" : {
24
+ "php" : " ^5.4.0 || ^7.0" ,
25
+ "mediact/coding-standard" : " ^1.0" ,
26
+ "squizlabs/php_codesniffer" : " ^2.0" ,
27
+ "magento/marketplace-eqp" : " ^1.0"
28
+ },
29
+ "autoload" : {
30
+ "psr-0" : {
31
+ "MediactMagento2" : " src/MediactMagento2"
32
+ }
33
+ }
34
+ }
You can’t perform that action at this time.
0 commit comments