From 65b5eed5638f61975c89a81677fd466e673ce537 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jun 2020 14:19:40 +0200 Subject: [PATCH] add yaml extension --- README.md | 1 + php-extras.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index f6000b2..0b35fc6 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ php-pecl-raphf php-pecl-rpminfo php-pecl-uuid php-pecl-xdebug +php-pecl-yaml ---- 2 ---- php-pecl-http needs: propro, raphf php-pecl-memcached needs: igbinary, msgpack diff --git a/php-extras.yaml b/php-extras.yaml index 4b6784a..8115c0a 100644 --- a/php-extras.yaml +++ b/php-extras.yaml @@ -87,6 +87,10 @@ data: rationale: xdebug extension ref: epel-8-php-7.2 buildorder: 2 + php-pecl-yaml: + rationale: yaml extension + ref: epel-8-php-7.2 + buildorder: 2 php-pecl-http: rationale: http extension ref: epel-8-php-7.2