Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed May 13, 2018
1 parent 250ed40 commit ad2e971
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ php:
- 7.0
- 7.1
- 7.2
- hhvm-3.18
- hhvm-nightly
- nightly

matrix:
allow_failures:
- php: hhvm
- php: hhvm-nightly
- php: nightly

addons:
Expand All @@ -44,7 +46,7 @@ before_install:

before_script:
- composer install --no-interaction
- if [ "$TRAVIS_PHP_VERSION" = "7.0" ]; then composer require php-coveralls/php-coveralls --no-interaction; fi
- if [ "$TRAVIS_PHP_VERSION" = "7.2" ]; then composer require php-coveralls/php-coveralls --no-interaction; fi

script:
- make qa_all
Expand All @@ -59,5 +61,5 @@ after_success:
- cat ./target/report/phpcompatinfo.txt
- "echo 'coverage_clover: target/coverage/coverage.xml' >> .coveralls.yml"
- "echo 'json_path: target/coverage/coveralls-upload.json' >> .coveralls.yml"
- if [ "$TRAVIS_PHP_VERSION" = "7.0" ]; then php vendor/php-coveralls/php-coveralls/bin/php-coveralls -v; fi;
- if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PHP_VERSION" = "7.0" ] && [ -n "$BT_APIUSER" ]; then make bintray APIUSER=${BT_APIUSER} APIKEY=${BT_APIKEY}; fi;
- if [ "$TRAVIS_PHP_VERSION" = "7.2" ]; then php vendor/php-coveralls/php-coveralls/bin/php-coveralls -v; fi;
- if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PHP_VERSION" = "7.2" ] && [ -n "$BT_APIUSER" ]; then make bintray APIUSER=${BT_APIUSER} APIKEY=${BT_APIKEY}; fi;
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* SOFTWARE : tc-lib-pdf-encrypt
* AUTHOR : Nicola Asuni <info@tecnick.com>
* COPYRIGHT : 2011-2017 Nicola Asuni - Tecnick.com LTD
* COPYRIGHT : 2011-2018 Nicola Asuni - Tecnick.com LTD
**********************************************************************

This is free software: you can redistribute it and/or modify it
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* **category** Library
* **package** \Com\Tecnick\Pdf\Encrypt
* **author** Nicola Asuni <info@tecnick.com>
* **copyright** 2011-2017 Nicola Asuni - Tecnick.com LTD
* **copyright** 2011-2018 Nicola Asuni - Tecnick.com LTD
* **license** http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)
* **link** https://github.com/tecnickcom/tc-lib-pdf-encrypt
* **SRC DOC** https://tcpdf.org/docs/srcdoc/tc-lib-pdf-encrypt
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.4
1.5.5
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
},
"require-dev": {
"apigen/apigen": "^4.1.2",
"bartlett/php-compatinfo": "^5.0.4",
"pdepend/pdepend": "^2.5.0",
"phploc/phploc": "^2.1.5 || ^3.0.1",
"bartlett/php-compatinfo": "^5.0.10 || ^5.0.12",
"pdepend/pdepend": "^2.5.2",
"phploc/phploc": "^2.1 || ^3.0 || ^4.0",
"phpmd/phpmd": "^2.6.0",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0",
"sebastian/phpcpd": "^2.0.4 || 3.0.0",
"squizlabs/php_codesniffer": "^2.8.0 || ^3.0.0"
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.1",
"sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
"squizlabs/php_codesniffer": "^2.8.0 || ^3.2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ad2e971

Please sign in to comment.