Skip to content

Commit a4582b2

Browse files
committed
#composer-json-enhancement added suggest section and fixed conflict in require section
1 parent a0de109 commit a4582b2

File tree

2 files changed

+723
-146
lines changed

2 files changed

+723
-146
lines changed

composer.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@
1717
"require-dev": {
1818
"phpunit/phpunit": "3.7.*",
1919
"satooshi/php-coveralls": "~0.6",
20-
"pdepend/pdepend": "dev-master",
21-
"phpmd/phpmd": "dev-master",
20+
"phpmd/phpmd": "~2.2",
2221
"sebastian/phpcpd": "1.4.*@stable",
2322
"squizlabs/php_codesniffer": "1.4.*@stable"
2423
},
24+
"suggest": {
25+
"lib-exiftool": "Use perl lib exiftool as adapter"
26+
},
2527
"autoload": {
2628
"psr-0": {
2729
"PHPExif": "lib/"

0 commit comments

Comments
 (0)