This repository has been archived on 2026-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
go-php/go.mod
Snider d2081d91e7
Some checks failed
Security Scan / security (push) Successful in 8s
Test / test (push) Failing after 26s
feat: merge core/php CLI commands into go-php
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>
2026-03-04 17:12:52 +00:00

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
)