From eccbc66be39a2a146a75a5f55b56aabf35a17f53 Mon Sep 17 00:00:00 2001 From: dannylamb Date: Thu, 17 Oct 2019 14:15:11 -0300 Subject: [PATCH 1/2] Update composer.json --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 989af1a..67585c4 100644 --- a/composer.json +++ b/composer.json @@ -2,10 +2,9 @@ "name": "islandora/chullo", "description": "A PHP client for interacting with a Fedora 4 server.", "type": "library", - "homepage": "https://github.com/islandora-claw/chullo", + "homepage": "https://github.com/Islandora/chullo", "support": { - "issues": "https://github.com/islandora-claw/CLAW/issues", - "irc": "irc://irc.freenode.net/islandora" + "issues": "https://github.com/Islandora/documentation/issues" }, "require": { "php": ">=5.6.0", From 89981229a519301217e370ceb436b54337943dfe Mon Sep 17 00:00:00 2001 From: dannylamb Date: Thu, 17 Oct 2019 16:14:23 -0300 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a76c335..18bb476 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,13 @@ sudo: true language: php php: - - 7.1 - - 7.2 + - 7.2 + - 7.3 matrix: fast_finish: true + allowed_failures: + - php: 7.3 branches: only: