File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 10
10
strategy :
11
11
matrix :
12
12
php :
13
+ - 8.1
13
14
- 8.0
14
15
- 7.4
15
16
- 7.3
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ $ composer require clue/reactphp-eventsource:dev-master
90
90
91
91
This project aims to run on any platform and thus does not require any PHP
92
92
extensions and supports running on legacy PHP 5.4 through current PHP 8+.
93
- It's * highly recommended to use PHP 7+ * for this project.
93
+ It's * highly recommended to use the latest supported PHP version * for this project.
94
94
95
95
## Tests
96
96
Original file line number Diff line number Diff line change 14
14
"php" : " >=5.4" ,
15
15
"evenement/evenement" : " ^3.0 || ^2.0" ,
16
16
"react/event-loop" : " ^1.2" ,
17
- "react/http" : " ^1.5 "
17
+ "react/http" : " ^1.6 "
18
18
},
19
19
"require-dev" : {
20
20
"phpunit/phpunit" : " ^9.3 || ^5.7 || ^4.8.35"
Original file line number Diff line number Diff line change 4
4
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
6
6
bootstrap =" vendor/autoload.php"
7
+ cacheResult =" false"
7
8
colors =" true"
8
- cacheResult = " false " >
9
+ convertDeprecationsToExceptions = " true " >
9
10
<testsuites >
10
11
<testsuite name =" EventSource Test Suite" >
11
12
<directory >./tests/</directory >
You can’t perform that action at this time.
0 commit comments