Skip to content

Commit c707de9

Browse files
committed
Remove 7.2
1 parent 7893bf5 commit c707de9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-20.04
66
strategy:
77
matrix:
8-
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
8+
php: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
99
steps:
1010
- uses: actions/checkout@v2
1111
- run: mkdir -p build/logs

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33
## 4.0.0 - 2025-02-05
4-
* Require at least PHP 7.2.5.
4+
* Require at least PHP 7.3.
55
* Test against PHP 8.4.
66
* Dropped support for Guzzle 6 (now requires Guzzle 7).
77
* Updated requirements for `guzzlehttp/oauth-subscriber` to minimum `0.8.1` to address [CVE-2025-21617](https://nvd.nist.gov/vuln/detail/CVE-2025-21617).

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"description": "PHP library based on Guzzle for integration with gatewayapi.com",
44
"type": "library",
55
"require": {
6-
"php": "^7.2.5 || ^8.0",
6+
"php": "^7.3 || ^8.0",
77
"ext-json": "*",
88
"guzzlehttp/guzzle": "^7.0",
99
"guzzlehttp/oauth-subscriber": "~0.8.1"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "^8.0 || ^9.0",
12+
"phpunit/phpunit": "^9.0",
1313
"php-coveralls/php-coveralls": "^v2.7.0"
1414
},
1515
"license": "mit",

0 commit comments

Comments
 (0)