From d89f2288cc78e29b043f7c8b194e61aa185f7f77 Mon Sep 17 00:00:00 2001 From: Tien Vo Xuan Date: Wed, 15 May 2024 21:38:15 +0700 Subject: [PATCH] Revert "deps: Update ffi library to 0.4.20" --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7d055ff4..6eaf3eea 100644 --- a/composer.json +++ b/composer.json @@ -113,12 +113,12 @@ "extra": { "downloads": { "pact-ffi-headers": { - "version": "0.4.20", + "version": "0.4.19", "url": "https://github.com/pact-foundation/pact-reference/releases/download/libpact_ffi-v{$version}/pact.h", "path": "bin/pact-ffi-headers/pact.h" }, "pact-ffi-lib": { - "version": "0.4.20", + "version": "0.4.19", "variables": { "{$prefix}": "PHP_OS_FAMILY === 'Windows' ? 'pact_ffi' : 'libpact_ffi'", "{$os}": "PHP_OS === 'Darwin' ? 'osx' : strtolower(PHP_OS_FAMILY)",