Combines FrankenPHP handler package with PHP dev CLI commands (build, deploy, QA, dev server, etc) from core/php. This frees the core/php namespace for the Laravel PHP framework rename. Co-Authored-By: Virgil <virgil@lethean.io>
9 lines
163 B
Modula-2
9 lines
163 B
Modula-2
module forge.lthn.ai/core/go-php
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
forge.lthn.ai/core/cli v0.1.0
|
|
github.com/dunglas/frankenphp v1.5.0
|
|
github.com/stretchr/testify v1.11.1
|
|
)
|