Skip to content

Commit 432ab4f

Browse files
committed
Update package
1 parent b098f7d commit 432ab4f

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
build/
22
vendor/
33
composer.lock
4-
phpunit.xml

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

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ $ composer require php-http/adapter-integration-tests
2121
This package should not be used on its own. It provides integration tests for HTTP Adapters.
2222

2323

24+
### Running tests for HTTP Adapters
25+
26+
Start the HTTP Test server:
27+
28+
``` bash
29+
$ vendor/bin/http_test_server
30+
```
31+
32+
Run tests.
33+
34+
2435
## Testing
2536

2637
``` bash

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
],
1313
"require": {
1414
"php": ">=5.4",
15-
"phpunit/phpunit": "~4.4",
15+
"phpunit/phpunit": "^4.4",
1616
"php-http/discovery": "^0.1",
17-
"guzzlehttp/psr7": "~1.0",
17+
"guzzlehttp/psr7": "^1.0",
1818
"th3n3rd/cartesian-product": "^0.3"
1919
},
2020
"autoload": {

0 commit comments

Comments
 (0)