Skip to content

Commit

Permalink
bump maximal PHP version + fix pollyfill method
Browse files Browse the repository at this point in the history
  • Loading branch information
macintoshplus committed Jun 10, 2020
1 parent 00beda3 commit c1a6ea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"require": {
"php": "^7.1.0 <7.4.0"
"php": "^7.1.0 <8.0.0"
},
"require-dev": {
"atoum/atoum": "^3.3"
Expand Down
2 changes: 1 addition & 1 deletion lib/pollyfill.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function win32_set_service_exit_code($ExitCode) {
}
}
if (!function_exists('win32_send_custom_control')) {
function win32_send_custom_control($ServiceName, $Machine) {
function win32_send_custom_control($ServiceName, $Control, $Machine) {

}
}
Expand Down

0 comments on commit c1a6ea6

Please sign in to comment.