From 16f9c0a8da1baa092ab168a762ebb44ec4852d29 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 5 Jan 2022 15:34:54 +0800 Subject: [PATCH] update module buildrequires version Signed-off-by: Zhao Hang --- php.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.yaml b/php.yaml index ab5f1d7..00b2112 100644 --- a/php.yaml +++ b/php.yaml @@ -22,7 +22,7 @@ data: - buildrequires: httpd: [2.4] nginx: [1.14] - platform: [an8.4.0] + platform: [an8.5.0] requires: httpd: [2.4] nginx: [] -- Gitee