From f42088fa9ef3d96d213752cae876124171e6f2eb Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sun, 24 Aug 2025 11:48:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B4=A1=E7=8C=AE=E8=80=85?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/recipe/lang/PHP.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/recipe/lang/PHP.c b/src/recipe/lang/PHP.c index 7c9bf32..1fdb212 100644 --- a/src/recipe/lang/PHP.c +++ b/src/recipe/lang/PHP.c @@ -11,11 +11,11 @@ pl_php_prelude () chef_set_created_on (this, "2023-08-30"); chef_set_last_updated (this, "2025-08-10"); - chef_set_sources_last_updated (this, "2024-09-14"); + chef_set_sources_last_updated (this, "2025-08-24"); chef_set_chef (this, NULL); chef_set_cooks (this, 1, "@ccmywish"); - chef_set_sauciers (this, 0); + chef_set_sauciers (this, 1, "@hezonglun"); chef_allow_local_mode (this, FullyCan, NULL, NULL); chef_forbid_english(this);