Skip to content

Commit

Permalink
Revert "deps: Update ffi library to 0.4.20"
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed May 15, 2024
1 parent 912b5f4 commit d89f228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit d89f228

Please sign in to comment.