Skip to content

Commit

Permalink
Merge pull request #175 from Adyen/develop
Browse files Browse the repository at this point in the history
Release 6.0.1
  • Loading branch information
Aleffio authored Feb 27, 2020
2 parents c5003f5 + ded7be3 commit 6aad932
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 @@ -9,12 +9,12 @@
"license": "Apache-2.0",
"require": {
"php": ">=5.3",
"monolog/monolog": "~1.16"
"monolog/monolog": ">=1.16"
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": "0.2.0",
"friendsofphp/php-cs-fixer": "*",
"phpunit/phpunit": "8.5.2",
"phpunit/phpunit": "9.0.1",
"php-coveralls/php-coveralls": "2.2.0",
"squizlabs/php_codesniffer": "3.5.4",
"ext-json": "*"
Expand Down
2 changes: 1 addition & 1 deletion src/Adyen/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class Client
{
const LIB_VERSION = "6.0.0";
const LIB_VERSION = "6.0.1";
const LIB_NAME = "adyen-php-api-library";
const USER_AGENT_SUFFIX = "adyen-php-api-library/";
const ENDPOINT_TEST = "https://pal-test.adyen.com";
Expand Down

0 comments on commit 6aad932

Please sign in to comment.