Skip to content

Commit ce542b2

Browse files
committed
Bump phpunit to 9.6
1 parent 2bd10d3 commit ce542b2

File tree

42 files changed

+42
-42
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+42
-42
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"phpstan/extension-installer": "^1.3",
4141
"phpstan/phpstan": "^1.10",
4242
"phpstan/phpstan-phpunit": "^1.3",
43-
"phpunit/phpunit": "^9.6",
43+
"phpunit/phpunit": "^9.6.11",
4444
"symfony/http-client": "^5.4.45 || ^6.4 || ^7.0",
4545
"symfony/stopwatch": "^5.4 || ^6.4 || ^7.0"
4646
},

src/Common/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"require-dev": {
2323
"nyholm/nsa": "^1.1",
24-
"phpunit/phpunit": "^9.5",
24+
"phpunit/phpunit": "^9.6.11",
2525
"symfony/stopwatch": "~2.5 || ~5.0 || ~7.0"
2626
},
2727
"suggest": {

src/Http/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": {

src/Plugin/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require-dev": {
2424
"cache/void-adapter": "^1.0",
25-
"phpunit/phpunit": "^9.5"
25+
"phpunit/phpunit": "^9.6.11"
2626
},
2727
"extra": {
2828
"branch-alias": {

src/Provider/AlgoliaPlaces/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require-dev": {
2424
"geocoder-php/provider-integration-tests": "^1.6.3",
2525
"php-http/message": "^1.0",
26-
"phpunit/phpunit": "^9.5"
26+
"phpunit/phpunit": "^9.6.11"
2727
},
2828
"extra": {
2929
"branch-alias": {

src/Provider/ArcGISOnline/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require-dev": {
2323
"geocoder-php/provider-integration-tests": "^1.6.3",
2424
"php-http/message": "^1.0",
25-
"phpunit/phpunit": "^9.5"
25+
"phpunit/phpunit": "^9.6.11"
2626
},
2727
"extra": {
2828
"branch-alias": {

src/Provider/AzureMaps/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
"extra": {
2727
"branch-alias": {

src/Provider/BingMaps/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require-dev": {
2323
"geocoder-php/provider-integration-tests": "^1.6.3",
2424
"php-http/message": "^1.0",
25-
"phpunit/phpunit": "^9.5"
25+
"phpunit/phpunit": "^9.6.11"
2626
},
2727
"extra": {
2828
"branch-alias": {

src/Provider/Cache/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"geocoder-php/provider-implementation": "1.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^9.5"
23+
"phpunit/phpunit": "^9.6.11"
2424
},
2525
"extra": {
2626
"branch-alias": {

src/Provider/Chain/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"nyholm/nsa": "^1.1",
2424
"php-http/curl-client": "^2.2",
2525
"php-http/message": "^1.0",
26-
"phpunit/phpunit": "^9.5"
26+
"phpunit/phpunit": "^9.6.11"
2727
},
2828
"extra": {
2929
"branch-alias": {

0 commit comments

Comments
 (0)