Skip to content

Commit 49b0753

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 23e9581 commit 49b0753

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
@@ -21,7 +21,7 @@
2121
"require-dev": {
2222
"geocoder-php/provider-integration-tests": "^1.6.3",
2323
"php-http/message": "^1.0",
24-
"phpunit/phpunit": "^9.5"
24+
"phpunit/phpunit": "^9.6.11"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)