File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11phpunit.xml
22tests /log
3+ vendor
Original file line number Diff line number Diff line change 1- # [ PHPExif v0.2] ( http://github.com/Miljar/php-exif ) [ ![ Build Status] ( https://travis-ci.org/Miljar/php-exif.png?branch=master )] ( https://travis-ci.org/Miljar/php-exif ) [ ![ Coverage Status] ( https://coveralls.io/repos/Miljar/php-exif/badge.png )] ( https://coveralls.io/r/Miljar/php-exif )
1+ # [ PHPExif v0.2.1 ] ( http://github.com/Miljar/php-exif ) [ ![ Build Status] ( https://travis-ci.org/Miljar/php-exif.png?branch=master )] ( https://travis-ci.org/Miljar/php-exif ) [ ![ Coverage Status] ( https://coveralls.io/repos/Miljar/php-exif/badge.png )] ( https://coveralls.io/r/Miljar/php-exif )
22
33PHPExif is a library which gives you easy access to the EXIF meta-data of an image.
44
Original file line number Diff line number Diff line change 1616 },
1717 "require-dev" : {
1818 "phpunit/phpunit" : " 3.7.*" ,
19- "satooshi/php-coveralls" : " ~0.6"
19+ "satooshi/php-coveralls" : " ~0.6" ,
20+ "pdepend/pdepend" : " dev-master" ,
21+ "phpmd/phpmd" : " dev-master" ,
22+ "sebastian/phpcpd" : " 1.4.*@stable" ,
23+ "squizlabs/php_codesniffer" : " 1.4.*@stable"
2024 },
2125 "autoload" : {
2226 "psr-0" : {
You can’t perform that action at this time.
0 commit comments