From ef081834ab9fdc1d469e23c5c7d67f7324ce7807 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jun 2020 14:20:28 +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 238c9f0..d8893b2 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ php-pecl-psr php-pecl-raphf php-pecl-rpminfo php-pecl-uuid +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 7fc0e72..d215b36 100644 --- a/php-extras.yaml +++ b/php-extras.yaml @@ -83,6 +83,10 @@ data: rationale: uuid extension ref: epel-8-php-7.3 buildorder: 2 + php-pecl-yaml: + rationale: yaml extension + ref: epel-8-php-7.3 + buildorder: 2 php-pecl-http: rationale: http extension ref: epel-8-php-7.3