- Create cmd/core-php/main.go standalone binary entry point - Add FrankenPHP serve:embedded and exec commands (CGO build-tagged) - Replace all cobra imports with core/cli re-exports - Replace core/go/pkg/cli with core/cli/pkg/cli - Replace core/go/pkg/i18n with core/go-i18n/pkg/i18n - Add core/go and core/go-i18n as go.mod dependencies Co-Authored-By: Virgil <virgil@lethean.io>
11 lines
228 B
Modula-2
11 lines
228 B
Modula-2
module forge.lthn.ai/core/go-php
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
forge.lthn.ai/core/cli v0.1.0
|
|
forge.lthn.ai/core/go v0.1.0
|
|
forge.lthn.ai/core/go-i18n v0.1.0
|
|
github.com/dunglas/frankenphp v1.5.0
|
|
github.com/stretchr/testify v1.11.1
|
|
)
|