Skip to content

Commit 581d1fb

Browse files
norkunasjbelien
andauthored
Resolve some deprecations and remove igorw/get-in dependency (#1257)
* Remove `igorw/get-in` dependency to simplify code * Fix phpunit deprecation * Simplify phpunit's `->will($this->returnValue())` with `->willReturn()` * Simplify phpunit's `->will($this->returnCallback())` with `->willReturnCallback()` * Fix deprecated mock builder `setMethds` with `createPartialMock` * Remove deprecated phpstan `checkGenericClassInNonGenericObjectType` option * Bump phpunit to 9.6 --------- Co-authored-by: Jonathan Beliën <jbelien@users.noreply.github.com>
1 parent 36e81e3 commit 581d1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"nyholm/psr7": "^1.0",
2525
"php-http/message": "^1.0",
2626
"php-http/mock-client": "^1.0",
27-
"phpunit/phpunit": "^9.5",
27+
"phpunit/phpunit": "^9.6.11",
2828
"symfony/stopwatch": "~2.5 || ~5.0"
2929
},
3030
"extra": {

0 commit comments

Comments
 (0)