We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 866621d + 438f06d commit 721f70fCopy full SHA for 721f70f
.gitignore
@@ -2,3 +2,6 @@
2
composer.lock
3
composer.phar
4
vendor
5
+
6
+# build logs
7
+build
.travis.yml
@@ -6,7 +6,6 @@ php:
- 5.4
- 5.5
8
- 5.6
9
- - 7.0
10
11
cache:
12
directories:
composer.json
@@ -44,7 +44,7 @@
44
},
45
"type": "library",
46
"require": {
47
- "pear/pear": "*",
+ "pear/pear-core-minimal": "^1.10",
48
"pear/ole": "*",
49
"php": ">=5.3.3"
50
0 commit comments