Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frameworks/frankenphp-trueasync/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"engine": "frankenphp",
"description": "FrankenPHP with TrueAsync coroutine engine. Each HTTP request runs as a cooperative coroutine with PDO connection pooling, async I/O, and OPcache JIT. Built on Caddy with native HTTP/2 and HTTP/3 support.",
"repo": "https://github.com/true-async/php-async",
"enabled": true,
"enabled": false,
"tests": [
"baseline",
"pipelined",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/laravel/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"engine": "frankenphp",
"description": "Laravel 13 served by Laravel Octane on FrankenPHP, the first-party production runtime documented by Laravel. Routing and request handling through the Laravel API, responses via the response()/json() helpers, gzip and brotli through the Caddy encode directive Octane generates.",
"repo": "https://github.com/laravel/laravel",
"enabled": true,
"enabled": false,
"tests": [
"baseline",
"pipelined",
Expand Down
Loading
Loading