File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-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
4243 - uses : azjezz/setup-hhvm@v1
4344 with :
4445 version : lts-3.30
45- - run : hhvm $(which composer) require phpunit/phpunit:^5 --dev --no-interaction
4646 - run : hhvm $(which composer) install
4747 - run : hhvm vendor/bin/phpunit
Original file line number Diff line number Diff line change 1313 "require" : {
1414 "php" : " >=5.3" ,
1515 "react/promise" : " ^2.1 || ^1.2" ,
16- "react/socket" : " ^1.9 "
16+ "react/socket" : " ^1.11 "
1717 },
1818 "require-dev" : {
1919 "clue/block-react" : " ^1.1" ,
2020 "clue/connection-manager-extra" : " ^1.0 || ^0.7" ,
2121 "phpunit/phpunit" : " ^9.3 || ^5.7 || ^4.8.35" ,
2222 "react/event-loop" : " ^1.2" ,
23- "react/http" : " ^1.5 "
23+ "react/http" : " ^1.6 "
2424 },
2525 "autoload" : {
2626 "psr-4" : { "Clue\\ React\\ Socks\\ " : " src/" }
You can’t perform that action at this time.
0 commit comments