Skip to content

Commit

Permalink
No longer support php 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
parsilver committed Aug 28, 2023
1 parent bfedac3 commit ea2c984
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1, 8.0, 7.4, 7.3]
php: [8.2, 8.1, 8.0, 7.4]
stability: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
---

### System Requirements
- PHP 7.3 or higher
- PHP 7.4 or higher

### Setup
```bash
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "farzai/truemoney-webhook",
"homepage": "https://github.com/parsilver/truemoney-webhook-php",
"require": {
"php": "^7.3||^8.0",
"php": "^7.4||^8.0",
"psr/http-message": "^1.0|^2.0",
"nyholm/psr7-server": "^1.0",
"nyholm/psr7": "^1.5",
Expand Down

0 comments on commit ea2c984

Please sign in to comment.