Skip to content

Commit 04faf38

Browse files
committed
update php version travis yml
1 parent d5c255c commit 04faf38

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: php
22

33
php:
4-
- 7.2
5-
- 7.3
64
- 7.4
75

86
cache:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"require": {
21-
"php": "^7.2",
21+
"php": "^7.4",
2222
"guzzlehttp/psr7": "^1.6",
2323
"guzzlehttp/guzzle": "^6.5"
2424
},

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PayPal Checkout SDK is a wrapper around the V2 Paypal rest API.
77

88
## Installation
99

10-
PayPal Checkout SDK Package requires PHP 7.2 or higher.
10+
PayPal Checkout SDK Package requires PHP 7.4 or higher.
1111

1212
> **INFO:** If you are using an older version of php this package may not function correctly.
1313

0 commit comments

Comments
 (0)