Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 9cd0df8

Browse files
committed
Update package
1 parent 881cfc4 commit 9cd0df8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ matrix:
1414
- php: 5.5
1515
env:
1616
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
17-
- PHPUNIT_FLAGS="--coverage-clover build/coverage.xml"
1817
- COVERAGE=true
18+
- PHPUNIT_FLAGS="--coverage-clover build/coverage.xml"
1919

2020
install:
2121
- travis_retry composer self-update

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ please be as precise as possible. Here is a little list of required information:
1515

1616
## Security issues
1717

18-
If you discover any security related issues, please contact us at [[email protected]](mailto:[email protected]) instead of submitting an issue on Github.
18+
If you discover any security related issues, please contact us at [[email protected]](mailto:[email protected]) instead of submitting an issue on Github. This allows us to fix the issue and release a security hotfix without publicly disclosing the vulnerability.
1919

2020

2121
## Feature requests
2222

2323
If you think a feature is missing, please report it or even better: implement it :). If you report it, describe the more
2424
precisely what you would like to see implemented and we will discuss what is the best approach for it. If you can do
25-
some search before submitting it and link the resources to your description, you're awesome! It will allow us to more
25+
some research before submitting it and link the resources to your description, you're awesome! It will allow us to more
2626
easily understood/implement it.
2727

2828

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": ">=5.4",
1919
"php-http/adapter": "^0.1",
20-
"guzzlehttp/guzzle": "~6.0"
20+
"guzzlehttp/guzzle": "^6.0"
2121
},
2222
"require-dev": {
2323
"ext-curl": "*",

0 commit comments

Comments
 (0)