mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
Refactor package stage handling and update class structures for improved flexibility
This commit is contained in:
@@ -14,7 +14,7 @@ use StaticPHP\Util\FileSystem;
|
||||
#[Library('libedit')]
|
||||
class libedit extends LibraryPackage
|
||||
{
|
||||
#[BeforeStage('libedit', 'build')]
|
||||
#[BeforeStage(stage: 'build')]
|
||||
public function patchBeforeBuild(): void
|
||||
{
|
||||
FileSystem::replaceFileRegex(
|
||||
|
||||
Reference in New Issue
Block a user