Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 6a8a9d6

Browse files
author
Jamie Snape
committed
Tweak composer.json
1 parent 41c1e50 commit 6a8a9d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,37 +12,37 @@
1212
},
1313
"require": {
1414
"php": ">=5.3.23",
15+
"ext-fileinfo": "*",
1516
"ext-gd": "*",
1617
"ext-json": "*",
1718
"francodacosta/phMagick": "0.4.*@dev",
1819
"intervention/image": "~2.0.12",
1920
"leafo/scssphp": "~0.1.1",
2021
"maennchen/zipstream-php": "~0.2.2",
2122
"michelf/php-markdown": "~1.4.1",
22-
"monolog/monolog": "~1.11.0",
2323
"pear-pear.php.net/XML_Serializer": "~0.20.2",
2424
"reprovinci/solr-php-client": "~1.0.3",
2525
"sendgrid/sendgrid": "~2.1.1",
2626
"zendframework/zendframework1": "~1.12.9"
2727
},
2828
"require-dev": {
29-
"fabpot/php-cs-fixer": "~0.5.7",
29+
"ext-curl": "*",
30+
"fabpot/php-cs-fixer": "~0.5.7",
3031
"phpcheckstyle/phpcheckstyle": "V0.14.1",
3132
"phpunit/dbunit": "~1.3.1",
3233
"phpunit/phpunit": "~3.7.38",
3334
"satooshi/php-coveralls": "~0.6.1",
3435
"sensiolabs/security-checker": "~2.0.0"
3536
},
3637
"suggest": {
37-
"ext-curl": "*",
3838
"ext-imagick": "*",
3939
"ext-ldap": "*",
4040
"ext-memcached": "*",
4141
"ext-zip": "*"
4242
},
4343
"autoload": {
4444
"psr-0": {
45-
"Midas_": "library",
45+
"Midas_": "library",
4646
"REST_": "library"
4747
}
4848
},
@@ -59,9 +59,9 @@
5959
"archive": {
6060
"exclude": [
6161
"/core/configs/*.local.*",
62-
"/data/*/**",
62+
"/data/**",
6363
"/log/**",
64-
"/tmp/*/**"
64+
"/tmp/**"
6565
]
6666
}
6767
}

0 commit comments

Comments
 (0)