File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1111 fail-fast : false
1212 matrix :
1313 php :
14- - 5.6
15- - 7.0
1614 - 7.1
1715 - 7.2
1816 - 7.3
Original file line number Diff line number Diff line change 77 " performance"
88 ],
99 "require" : {
10- "composer/xdebug-handler" : " ^1.3 || ^2.0" ,
11- "php" : " ~5.3 || ~7.0 || ~8.0"
10+ "composer/xdebug-handler" : " ^1.3 || ^2.0 || ^3.0 " ,
11+ "php" : " ~7.1 || ~8.0"
1212 },
1313 "require-dev" : {
14- "phpunit/phpunit" : " ^5.0 || ^6.0 || ^ 7.0 || ^8.0 || ^9.0" ,
14+ "phpunit/phpunit" : " ^7.0 || ^8.0 || ^9.0" ,
1515 "ext-xdebug" : " *" ,
16- "php" : " ~5.6 || ~7.0 || ~8.0" ,
16+ "php" : " ~7.1 || ~8.0" ,
1717 "squizlabs/php_codesniffer" : " ^3.3" ,
1818 "php-parallel-lint/php-parallel-lint" : " ^1.3"
1919 },
Original file line number Diff line number Diff line change 66
77class Restarter extends XdebugHandler
88{
9- protected function restart ($ command )
9+ protected function restart ($ command ): void
1010 {
1111 assert (null !== $ this ->tmpIni );
1212 $ contents = file_get_contents ($ this ->tmpIni );
You can’t perform that action at this time.
0 commit comments