Skip to content

Commit f88beaa

Browse files
committed
require psr/http-client-implementation
1 parent 79fe949 commit f88beaa

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

src/Meta/ComposerJsonTemplate.php

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ private function getCommonPackages(): array
6363
'docler-labs/api-client-exception' => '^1.0',
6464
'psr/container' => '^1.0',
6565
'psr/http-client' => '^1.0',
66+
'psr/http-client-implementation' => '^1.0',
6667
];
6768
}
6869
}

test/suite/functional/Meta/ComposerJson/composer_default.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"guzzlehttp/psr7": "^1.6",
1414
"pimple/pimple": "^3.3",
1515
"psr/container": "^1.0",
16-
"psr/http-client": "^1.0"
16+
"psr/http-client": "^1.0",
17+
"psr/http-client-implementation": "^1.0"
1718
},
1819
"autoload": {
1920
"psr-4": {

test/suite/functional/Meta/ComposerJson/composer_guzzle_message.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"guzzlehttp/psr7": "^1.6",
1414
"pimple/pimple": "^3.3",
1515
"psr/container": "^1.0",
16-
"psr/http-client": "^1.0"
16+
"psr/http-client": "^1.0",
17+
"psr/http-client-implementation": "^1.0"
1718
},
1819
"autoload": {
1920
"psr-4": {

test/suite/functional/Meta/ComposerJson/composer_nyholm_message.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"nyholm/psr7": "^1.3",
1414
"pimple/pimple": "^3.3",
1515
"psr/container": "^1.0",
16-
"psr/http-client": "^1.0"
16+
"psr/http-client": "^1.0",
17+
"psr/http-client-implementation": "^1.0"
1718
},
1819
"autoload": {
1920
"psr-4": {

0 commit comments

Comments
 (0)