We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0de109 + a4582b2 commit 73f0d27Copy full SHA for 73f0d27
composer.json
@@ -17,11 +17,13 @@
17
"require-dev": {
18
"phpunit/phpunit": "3.7.*",
19
"satooshi/php-coveralls": "~0.6",
20
- "pdepend/pdepend": "dev-master",
21
- "phpmd/phpmd": "dev-master",
+ "phpmd/phpmd": "~2.2",
22
"sebastian/phpcpd": "1.4.*@stable",
23
"squizlabs/php_codesniffer": "1.4.*@stable"
24
},
+ "suggest": {
25
+ "lib-exiftool": "Use perl lib exiftool as adapter"
26
+ },
27
"autoload": {
28
"psr-0": {
29
"PHPExif": "lib/"
0 commit comments