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 1111 strategy :
1212 matrix :
1313 php :
14+ - 8.1
1415 - 8.0
1516 - 7.4
1617 - 7.3
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ $ composer require clue/reactphp-eventsource:dev-master
9090
9191This project aims to run on any platform and thus does not require any PHP
9292extensions 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.
9494
9595## Tests
9696
Original file line number Diff line number Diff line change 1414 "php" : " >=5.4" ,
1515 "evenement/evenement" : " ^3.0 || ^2.0" ,
1616 "react/event-loop" : " ^1.2" ,
17- "react/http" : " ^1.5 "
17+ "react/http" : " ^1.6 "
1818 },
1919 "require-dev" : {
2020 "phpunit/phpunit" : " ^9.3 || ^5.7 || ^4.8.35"
Original file line number Diff line number Diff line change 44<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
55 xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
66 bootstrap =" vendor/autoload.php"
7+ cacheResult =" false"
78 colors =" true"
8- cacheResult = " false " >
9+ convertDeprecationsToExceptions = " true " >
910 <testsuites >
1011 <testsuite name =" EventSource Test Suite" >
1112 <directory >./tests/</directory >
You can’t perform that action at this time.
0 commit comments