Skip to content

Commit 69bb912

Browse files
author
Tom Van Herreweghe
committed
Updated readme; updated .gitignore; added more dev deps
1 parent ca17081 commit 69bb912

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
phpunit.xml
22
tests/log
3+
vendor

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
PHPExif is a library which gives you easy access to the EXIF meta-data of an image.
44

Diff for: composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
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": {

0 commit comments

Comments
 (0)