File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
phpunit.xml
2
2
tests /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 )
2
2
3
3
PHPExif is a library which gives you easy access to the EXIF meta-data of an image.
4
4
Original file line number Diff line number Diff line change 16
16
},
17
17
"require-dev" : {
18
18
"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"
20
24
},
21
25
"autoload" : {
22
26
"psr-0" : {
You can’t perform that action at this time.
0 commit comments