Skip to content

Commit

Permalink
Merge pull request #16 from bearsaturday/fix-pear-vendor-name
Browse files Browse the repository at this point in the history
Fix pear vendor name
  • Loading branch information
koriym authored Sep 11, 2020
2 parents eea076c + b07c5ac commit bcaeb2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: trusty
language: php
sudo: false
php:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": ">=5.4.0",
"pear-pear.php.net/pear": "^1.10"
"pear/pear": "^1.10"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
Expand Down

0 comments on commit bcaeb2b

Please sign in to comment.