Skip to content

Commit af80260

Browse files
Nyholmdbu
authored andcommitted
Dev updated dependencies (#24)
Updated dependencies
1 parent 6d319ff commit af80260

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,20 @@
1313
"prefer-stable": true,
1414
"minimum-stability": "beta",
1515
"require": {
16-
"php": ">=5.5",
16+
"php": "^5.5 || ^7.0",
1717
"ext-curl": "*",
1818
"php-http/httplug": "^1.0",
19-
"php-http/message-factory": "^1.0"
19+
"php-http/message-factory": "^1.0.2",
20+
"php-http/message": "^1.2"
2021
},
2122
"suggest": {
2223
"php-http/discovery": "Allow automatically discover needed HTTPlug implementations"
2324
},
2425
"require-dev": {
2526
"guzzlehttp/psr7": "^1.0",
26-
"php-http/adapter-integration-tests": "0.4.*",
27-
"php-http/message": "^1.2",
28-
"php-http/discovery": "~0.8.0",
27+
"php-http/client-integration-tests": "^0.5.1",
28+
"php-http/discovery": "^1.0",
2929
"phpunit/phpunit": "^4.8",
30-
"puli/composer-plugin": "^1.0@beta,>=1.0.0-beta9",
3130
"zendframework/zend-diactoros": "^1.0"
3231
},
3332
"autoload": {

tests/PromiseCoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function (ResponseInterface $response) {
4747
return $response->withAddedHeader('X-Test', 'bar');
4848
}
4949
);
50-
static::assertEquals('foo,bar', $core->getResponse()->getHeaderLine('X-Test'));
50+
static::assertEquals('foo, bar', $core->getResponse()->getHeaderLine('X-Test'));
5151
}
5252

5353
/**

0 commit comments

Comments
 (0)