Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
weberhofer committed Feb 2, 2017
2 parents ab13e6a + 7dadd2a commit 7372aaf
Show file tree
Hide file tree
Showing 6 changed files with 2,006 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
locale/*
doc/*
vendor
composer.lock
ChangeLog
build-base*
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_script:

script:
- ./vendor/bin/phpcs --runtime-set ignore_warnings_on_exit 1 --standard=psr2 src
- phpunit --coverage-clover build/logs/clover.xml ./test
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml ./test

after_script:
- travis_retry php vendor/bin/coveralls -v
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ share your ideas about how the API should look like.
* Supports reading and writing all Exif tags.
* Supports internationalization.
* Extensible object-oriented design.
* Unit-tested with SimpleTest (http://sf.net/projects/simpletest).
* PhpUnit tested
* Documented with PhpDocumentor (http://phpdoc.org/).


Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"require-dev" : {
"ext-gd": "*",
"phpunit/phpunit": "5.7.*",
"squizlabs/php_codesniffer": "3.0.0RC2",
"satooshi/php-coveralls": "dev-master"
"squizlabs/php_codesniffer": "3.0.0RC3",
"satooshi/php-coveralls": "1.0.*"
},
"autoload": {
"psr-4": {"lsolesen\\pel\\": "src/"}
Expand Down
Loading

0 comments on commit 7372aaf

Please sign in to comment.