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

Commit

Permalink
Tweak composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Snape committed Nov 14, 2014
1 parent 41c1e50 commit 6a8a9d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,37 +12,37 @@
},
"require": {
"php": ">=5.3.23",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-json": "*",
"francodacosta/phMagick": "0.4.*@dev",
"intervention/image": "~2.0.12",
"leafo/scssphp": "~0.1.1",
"maennchen/zipstream-php": "~0.2.2",
"michelf/php-markdown": "~1.4.1",
"monolog/monolog": "~1.11.0",
"pear-pear.php.net/XML_Serializer": "~0.20.2",
"reprovinci/solr-php-client": "~1.0.3",
"sendgrid/sendgrid": "~2.1.1",
"zendframework/zendframework1": "~1.12.9"
},
"require-dev": {
"fabpot/php-cs-fixer": "~0.5.7",
"ext-curl": "*",
"fabpot/php-cs-fixer": "~0.5.7",
"phpcheckstyle/phpcheckstyle": "V0.14.1",
"phpunit/dbunit": "~1.3.1",
"phpunit/phpunit": "~3.7.38",
"satooshi/php-coveralls": "~0.6.1",
"sensiolabs/security-checker": "~2.0.0"
},
"suggest": {
"ext-curl": "*",
"ext-imagick": "*",
"ext-ldap": "*",
"ext-memcached": "*",
"ext-zip": "*"
},
"autoload": {
"psr-0": {
"Midas_": "library",
"Midas_": "library",
"REST_": "library"
}
},
Expand All @@ -59,9 +59,9 @@
"archive": {
"exclude": [
"/core/configs/*.local.*",
"/data/*/**",
"/data/**",
"/log/**",
"/tmp/*/**"
"/tmp/**"
]
}
}

0 comments on commit 6a8a9d6

Please sign in to comment.