Skip to content

Commit cada7ba

Browse files
authored
Merge pull request #56 from CyberSource/versions
Upgrade version of dependency
2 parents baa47f5 + e58c4d7 commit cada7ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The CyberSource PHP client provides convenient access to the [CyberSource REST A
1414
* [CyberSource API Keys](https://prod.developer.cybersource.com/api/developer-guides/dita-gettingstarted/registration/createCertSharedKey.html)
1515

1616
## Dependencies
17-
* PHP-JWT : JWT token Genearation
17+
* PHP-JWT : JWT token Generation
1818
* CURL : Http communication with the payment gateway
1919
* PHP_APCU : Caching
2020
* phpunit-5.7.25 : unit testing
@@ -31,7 +31,7 @@ override the new secure-http default setting)*.
3131
{
3232
"require": {
3333
"php": ">=5.6",
34-
"cybersource/rest-client-php": "0.0.16"
34+
"cybersource/rest-client-php": "0.0.17"
3535
}
3636
}
3737
```

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cybersource/rest-client-php",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "Client SDK for CyberSource REST APIs",
55
"keywords": [
66
"cybersource", "payments", "ecommerce", "merchant", "merchants", "authorize", "visa", "payment", "payment-gateway", "payment-integration", "payment-module", "payment-processing", "payment-service", "payment-methods"
@@ -19,7 +19,7 @@
1919
"ext-json": "*",
2020
"ext-mbstring": "*",
2121
"cache/apcu-adapter": "1.0.0",
22-
"firebase/php-jwt": "5.0.0"
22+
"firebase/php-jwt": "^5.0.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "~4.8"

0 commit comments

Comments
 (0)