This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
},
13
13
"require" : {
14
14
"php" : " >=5.3.23" ,
15
+ "ext-fileinfo" : " *" ,
15
16
"ext-gd" : " *" ,
16
17
"ext-json" : " *" ,
17
18
"francodacosta/phMagick" : " 0.4.*@dev" ,
18
19
"intervention/image" : " ~2.0.12" ,
19
20
"leafo/scssphp" : " ~0.1.1" ,
20
21
"maennchen/zipstream-php" : " ~0.2.2" ,
21
22
"michelf/php-markdown" : " ~1.4.1" ,
22
- "monolog/monolog" : " ~1.11.0" ,
23
23
"pear-pear.php.net/XML_Serializer" : " ~0.20.2" ,
24
24
"reprovinci/solr-php-client" : " ~1.0.3" ,
25
25
"sendgrid/sendgrid" : " ~2.1.1" ,
26
26
"zendframework/zendframework1" : " ~1.12.9"
27
27
},
28
28
"require-dev" : {
29
- "fabpot/php-cs-fixer" : " ~0.5.7" ,
29
+ "ext-curl" : " *" ,
30
+ "fabpot/php-cs-fixer" : " ~0.5.7" ,
30
31
"phpcheckstyle/phpcheckstyle" : " V0.14.1" ,
31
32
"phpunit/dbunit" : " ~1.3.1" ,
32
33
"phpunit/phpunit" : " ~3.7.38" ,
33
34
"satooshi/php-coveralls" : " ~0.6.1" ,
34
35
"sensiolabs/security-checker" : " ~2.0.0"
35
36
},
36
37
"suggest" : {
37
- "ext-curl" : " *" ,
38
38
"ext-imagick" : " *" ,
39
39
"ext-ldap" : " *" ,
40
40
"ext-memcached" : " *" ,
41
41
"ext-zip" : " *"
42
42
},
43
43
"autoload" : {
44
44
"psr-0" : {
45
- "Midas_" : " library" ,
45
+ "Midas_" : " library" ,
46
46
"REST_" : " library"
47
47
}
48
48
},
59
59
"archive" : {
60
60
"exclude" : [
61
61
" /core/configs/*.local.*" ,
62
- " /data/*/* *" ,
62
+ " /data/**" ,
63
63
" /log/**" ,
64
- " /tmp/*/* *"
64
+ " /tmp/**"
65
65
]
66
66
}
67
67
}
You can’t perform that action at this time.
0 commit comments