From a3abd7738005ed7199d1ce2a9cba007fbe26379d Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Sun, 19 Feb 2017 21:57:43 +0900 Subject: [PATCH 1/3] composer.json: depend on pear-core-minimal instead Packages we depend on depend on it anyway, but pear/pear is in conflict with -minimal as of writing. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index da44914..998d5e0 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ }, "type": "library", "require": { - "pear/pear": "*", + "pear/pear-core-minimal": "^1.10", "pear/ole": "*", "php": ">=5.3.3" }, From cdc371a49257d26cdf40c07b48d1d2b93ad48688 Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Sun, 19 Feb 2017 22:08:59 +0900 Subject: [PATCH 2/3] .travis.yml: do not test with PHP 7.0 pear/OLE does not yet support PHP 7 (old-style constructors) --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a83961e..bb567cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ php: - 5.4 - 5.5 - 5.6 - - 7.0 cache: directories: From 438f06d3256c3628707edb55b2fe17878dbdf80c Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Sun, 19 Feb 2017 22:10:28 +0900 Subject: [PATCH 3/3] Ignore build logs --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 869f498..8492a7a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ composer.lock composer.phar vendor + +# build logs +build