We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0018c commit 11a31e4Copy full SHA for 11a31e4
src/Implementations/Psr18/Clients.php
@@ -133,6 +133,12 @@ public static function candidates(): CandidatesCollection
133
builder: static fn (string $class = '\Httpful\Client'): object => new $class(),
134
));
135
136
+ self::$candidates->add(CandidateEntity::create(
137
+ package: 'joomla/http',
138
+ version: '^2.0 | ^3.0',
139
+ builder: static fn (string $class = '\Joomla\Http\Http'): object => new $class(),
140
+ ));
141
+
142
return self::$candidates;
143
}
144
0 commit comments