Skip to content

Commit a8e6b70

Browse files
committed
Update Version in Deprecation Message
1 parent 899dec8 commit a8e6b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpClient/HttpPluginClientBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __construct(?ClientInterface $httpClient = null, $requestFactory
4040
@trigger_error(sprintf(
4141
'Since %s %s: %s is deprecated, use %s instead.',
4242
'private-packagist/api-client',
43-
'1.35.0',
43+
'1.36.0',
4444
RequestFactory::class,
4545
RequestFactoryInterface::class
4646
), \E_USER_DEPRECATED);

0 commit comments

Comments
 (0)