Skip to content

Commit

Permalink
Merge pull request #11 from sanmai/composer-deps
Browse files Browse the repository at this point in the history
Composer deps
  • Loading branch information
sanmai authored Feb 19, 2017
2 parents 866621d + 438f06d commit 721f70f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
composer.lock
composer.phar
vendor

# build logs
build
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"type": "library",
"require": {
"pear/pear": "*",
"pear/pear-core-minimal": "^1.10",
"pear/ole": "*",
"php": ">=5.3.3"
},
Expand Down

0 comments on commit 721f70f

Please sign in to comment.