Skip to content

Commit fbc88e0

Browse files
Merge pull request php-vcr#428 from dmnlk/feature/php85
Feature/php85
2 parents c0aeeba + 6612983 commit fbc88e0

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/continuous integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
- "8.2"
9393
- "8.3"
9494
- "8.4"
95+
- "8.5"
9596
dependencies:
9697
- "lowest"
9798
- "highest"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8,<8.2|>=8.2.9,<8.5",
19+
"php": "^8,<8.2|>=8.2.9,<8.6",
2020
"ext-curl": "*",
2121
"beberlei/assert": "^3.2.5",
2222
"symfony/yaml": "^3|^4|^5|^6|^7",

src/VCR/Util/SoapClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct(?string $wsdl, array $options = [])
3737
*
3838
* Requests will be intercepted if the library hook is enabled.
3939
*/
40-
public function __doRequest(string $request, string $location, string $action, int $version, bool $one_way = false): ?string
40+
public function __doRequest(string $request, string $location, string $action, int $version, bool $one_way = false, ?string $uriParserClass = null): ?string
4141
{
4242
$this->request = $request;
4343

0 commit comments

Comments
 (0)