File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
}
15
15
],
16
16
"require" : {
17
- "php" : " >=8.2 " ,
17
+ "php" : " >=8.1 " ,
18
18
"ext-ffi" : " *"
19
19
}
20
20
}
Original file line number Diff line number Diff line change @@ -189,10 +189,10 @@ private function getDefaultLibraryFile(): string
189
189
}
190
190
191
191
$ this ->libraryFile = match (PHP_OS_FAMILY ) {
192
- 'Linux ' => $ this ->baseDir . '/build/linux/webview_php_ffi.so ' ,
193
- 'Darwin ' => $ this ->baseDir . '/build/macos/webview_php_ffi.dylib ' ,
192
+ 'Linux ' => $ this ->baseDir . '/build/linux/webview_php_ffi.so ' ,
193
+ 'Darwin ' => $ this ->baseDir . '/build/macos/webview_php_ffi.dylib ' ,
194
194
'Windows ' => $ this ->baseDir . '\build\windows\webview_php_ffi.dll ' ,
195
- default => throw OsException::OsNotSupported (),
195
+ default => throw OsException::OsNotSupported (),
196
196
};
197
197
198
198
You can’t perform that action at this time.
0 commit comments