mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 16:25:39 +08:00
frankenphp requires ZTS
This commit is contained in:
@@ -78,6 +78,7 @@ class LockFile
|
||||
}
|
||||
|
||||
// Write the updated lock data back to the file
|
||||
FileSystem::createDir(dirname(self::LOCK_FILE));
|
||||
file_put_contents(self::LOCK_FILE, json_encode($data, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user