Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
janlanger committed Feb 10, 2017
1 parent f5ecc4e commit 638ed18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"consistence/coding-standard": "^0.12.0",
"slevomat/coding-standard": "^1.1",
"phing/phing": "^2.15",
"phpunit/phpunit": "^5.6",
"phpstan/phpstan": "^0.5.1",
"phpunit/phpunit": "^6.0.6",
"phpstan/phpstan": "^0.6.3",
"guzzlehttp/guzzle": "^6.2",
"composer/ca-bundle": "^1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/SlevomatEET/Cryptography/CryptographyServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function testWSESignatureWithInvalidPrivateKeyPassword()
'invalid'
);

$this->expectException(\PHPUnit_Framework_Error::class);
$this->expectException(\PHPUnit\Framework\Error\Error::class);
$this->expectExceptionMessage('openssl_sign(): supplied key param cannot be coerced into a private key');
$crypto->addWSESignature($request);
}
Expand Down

0 comments on commit 638ed18

Please sign in to comment.