Skip to content

Commit 57b6c23

Browse files
committed
Drop PHP < 7.4
See xp-framework/rfc#343
1 parent 7f45b32 commit 57b6c23

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5', '8.6']
18+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5', '8.6']
1919
os: [ubuntu-latest, windows-latest]
2020

2121
steps:

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Networking changelog
33

44
## ?.?.? / ????-??-??
55

6+
## 11.0.0 / ????-??-??
7+
8+
* **Heads up:** Dropped support for PHP < 7.4, see xp-framework/rfc#343
9+
(@thekid)
610
* Merged PR #29: Add new `peer.server.ServerImplementation` API. This
711
replaces the now depreacted `peer.server.Server` interface.
812
(@thekid)

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"description" : "Networking for the XP Framework: Client and server APIs",
77
"keywords": ["module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^12.0 | ^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
10-
"xp-framework/logging": "^11.0 | ^10.0 | ^9.0 | ^8.0 | ^7.0",
11-
"php" : ">=7.0.0"
9+
"xp-framework/core": "^12.0 | ^11.0 | ^10.0",
10+
"xp-framework/logging": "^11.0 | ^10.0",
11+
"php" : ">=7.4.0"
1212
},
1313
"require-dev" : {
1414
"xp-framework/test": "^2.0 | ^1.0"

0 commit comments

Comments
 (0)