Skip to content

Commit 693f7fc

Browse files
author
Toma Zoltan
committed
drop support of very old php-s
1 parent 75536e6 commit 693f7fc

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
- 7.0
2020
- 5.6
2121
- 5.5
22-
- 5.4
23-
- 5.3
2422
steps:
2523
- uses: actions/checkout@v2
2624
- uses: shivammathur/setup-php@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"psr-4": { "LeeShan87\\Tests\\React\\MultiLoop\\": "tests/" }
1818
},
1919
"require": {
20-
"php": ">=5.3",
20+
"php": ">=5.5",
2121
"react/event-loop": "~1.0"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)