Skip to content

Commit 721f70f

Browse files
authored
Merge pull request #11 from sanmai/composer-deps
Composer deps
2 parents 866621d + 438f06d commit 721f70f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
composer.lock
33
composer.phar
44
vendor
5+
6+
# build logs
7+
build

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ php:
66
- 5.4
77
- 5.5
88
- 5.6
9-
- 7.0
109

1110
cache:
1211
directories:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"type": "library",
4646
"require": {
47-
"pear/pear": "*",
47+
"pear/pear-core-minimal": "^1.10",
4848
"pear/ole": "*",
4949
"php": ">=5.3.3"
5050
},

0 commit comments

Comments
 (0)