Skip to content

Commit

Permalink
Merge pull request #115 from netglue/renovate/doctrine-coding-standar…
Browse files Browse the repository at this point in the history
…d-11.x

Update dependency doctrine/coding-standard to v11
  • Loading branch information
gsteel committed Dec 13, 2022
2 parents 09d72d1 + 836c3ef commit ce4b8d0
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 51 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -23,18 +23,18 @@
},
"require-dev": {
"ext-curl": "*",
"doctrine/coding-standard": "^10.0.0",
"ergebnis/composer-normalize": "^2.28.3",
"doctrine/coding-standard": "^11.0.0",
"ergebnis/composer-normalize": "^2.29",
"infection/infection": "^0.26.16",
"laminas/laminas-diactoros": "^2.20",
"laminas/laminas-diactoros": "^2.22",
"php-http/curl-client": "^2.2.1",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"phpunit/phpunit": "^9.5.27",
"psalm/plugin-phpunit": "^0.18.4",
"react/child-process": "^0.6.5",
"react/http": "^1.8",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.1",
"vimeo/psalm": "^5.0"
"vimeo/psalm": "^5.2"
},
"config": {
"sort-packages": true,
Expand Down
153 changes: 108 additions & 45 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions test/Integration/BaseClientTest.php
Expand Up @@ -31,6 +31,7 @@ class BaseClientTest extends MockServerTestCase
protected function setUp(): void
{
parent::setUp();

$this->client = new BaseClient(
MockServer::VALID_TOKEN,
self::EXPECTED_REPOSITORY,
Expand Down
1 change: 1 addition & 0 deletions test/Integration/MockServerTestCase.php
Expand Up @@ -25,6 +25,7 @@ abstract class MockServerTestCase extends TestCase
protected function setUp(): void
{
parent::setUp();

$this->httpClient()->clearState();
}

Expand Down
1 change: 1 addition & 0 deletions test/Unit/DefinitionTest.php
Expand Up @@ -20,6 +20,7 @@ final class DefinitionTest extends TestCase
protected function setUp(): void
{
parent::setUp();

$this->type = Definition::new(
'custom',
'Custom Type',
Expand Down

0 comments on commit ce4b8d0

Please sign in to comment.