Skip to content

Commit 7414334

Browse files
committed
Require php 7.4
1 parent 8a2c161 commit 7414334

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: [7.2, 7.3, 7.4]
10+
php: [7.4]
1111
steps:
1212
- uses: actions/checkout@v1
1313
- name: Install dependencies

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The class also allows you to query servers using RCON although this only works f
1414
**:warning: Please do not create issues when you are unable to retrieve information from a server, unless you can prove that there is a bug within the library.**
1515

1616
## Requirements
17-
* [Modern PHP version](https://php.net/supported-versions.php) (5.5 or newer)
17+
* [Modern PHP version](https://php.net/supported-versions.php) (7.4 or newer)
1818
* 64-bit PHP or [gmp module](https://secure.php.net/manual/en/book.gmp.php)
1919
* Web server must allow UDP connections
2020

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"require":
2020
{
21-
"php": ">=7.2"
21+
"php": ">=7.4"
2222
},
2323
"require-dev":
2424
{

0 commit comments

Comments
 (0)