Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Feb 7, 2021
1 parent b5fbc2b commit c560275
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -60,4 +60,3 @@ after_success:
- "echo 'coverage_clover: target/coverage/coverage.xml' >> .coveralls.yml"
- "echo 'json_path: target/coverage/coveralls-upload.json' >> .coveralls.yml"
- if [ "$TRAVIS_PHP_VERSION" = "7.4" ]; then php vendor/php-coveralls/php-coveralls/bin/php-coveralls -v; fi;
- if [ "$TRAVIS_BRANCH" == "main" ] && [ "$TRAVIS_PHP_VERSION" = "7.4" ] && [ -n "$BT_APIUSER" ]; then make bintray APIUSER=${BT_APIUSER} APIKEY=${BT_APIKEY}; fi;
6 changes: 0 additions & 6 deletions Makefile
Expand Up @@ -89,7 +89,6 @@ help:
@echo "$(PROJECT) Makefile."
@echo "The following commands are available:"
@echo ""
@echo " make bintray : Upload RPM and DEB packages to bintray (requires APIUSER and APIKEY)"
@echo " make buildall : Build and test everything from scratch"
@echo " make bz2 : Package the library in a compressed bz2 archive"
@echo " make clean : Delete the vendor and target directories"
Expand All @@ -112,11 +111,6 @@ help:
.PHONY: all
all: help

# upload rpm and deb packages to bintray
.PHONY: bintray
bintray:
@curl -T $(TARGETDIR)/RPM/RPMS/noarch/php-tecnickcom-${PROJECT}-${VERSION}-${RELEASE}.noarch.rpm -u${APIUSER}:${APIKEY} -H "X-Bintray-Package:${PROJECT}" -H "X-Bintray-Version:${VERSION}" -H "X-Bintray-Publish:1" -H "X-Bintray-Override:1" https://api.bintray.com/content/tecnickcom/rpm/php-tecnickcom-${PROJECT}-${VERSION}-${RELEASE}.noarch.rpm
@curl -T $(TARGETDIR)/DEB/php-tecnickcom-${PROJECT}_${VERSION}-${RELEASE}_all.deb -u${APIUSER}:${APIKEY} -H "X-Bintray-Package:${PROJECT}" -H "X-Bintray-Version:${VERSION}" -H "X-Bintray-Debian-Distribution:all" -H "X-Bintray-Debian-Component:main" -H "X-Bintray-Debian-Architecture:all" -H "X-Bintray-Publish:1" -H "X-Bintray-Override:1" https://api.bintray.com/content/tecnickcom/deb/php-tecnickcom-${PROJECT}_${VERSION}-${RELEASE}_all.deb

# Full build and test sequence
.PHONY: buildall
Expand Down
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -17,8 +17,6 @@
* **license** http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT)
* **link** https://github.com/tecnickcom/tc-lib-pdf-filter
* **SRC DOC** https://tcpdf.org/docs/srcdoc/tc-lib-pdf-filter
* **RPM** https://bintray.com/tecnickcom/rpm/tc-lib-pdf-filter
* **DEB** https://bintray.com/tecnickcom/deb/tc-lib-pdf-filter

## Description

Expand Down Expand Up @@ -104,7 +102,6 @@ When this library is installed using an RPM or DEB package, you can use it your
require_once ('/usr/share/php/Com/Tecnick/Pdf/Filter/autoload.php');
```

**NOTE:** Updated RPM and Debian packages of this library can be downloaded from: https://bintray.com/tecnickcom


## Developer(s) Contact
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.4.1
1.4.4

0 comments on commit c560275

Please sign in to comment.