Skip to content

Commit c1a6ea6

Browse files
committed
bump maximal PHP version + fix pollyfill method
1 parent 00beda3 commit c1a6ea6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
},
2929
"require": {
30-
"php": "^7.1.0 <7.4.0"
30+
"php": "^7.1.0 <8.0.0"
3131
},
3232
"require-dev": {
3333
"atoum/atoum": "^3.3"

lib/pollyfill.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function win32_set_service_exit_code($ExitCode) {
8888
}
8989
}
9090
if (!function_exists('win32_send_custom_control')) {
91-
function win32_send_custom_control($ServiceName, $Machine) {
91+
function win32_send_custom_control($ServiceName, $Control, $Machine) {
9292

9393
}
9494
}

0 commit comments

Comments
 (0)