Skip to content

Commit

Permalink
deps: Update ffi library to 0.4.26
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Dec 20, 2024
1 parent ccd5e4f commit 5fd2247
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 @@ -147,12 +147,12 @@
"extra": {
"downloads": {
"pact-ffi-headers": {
"version": "0.4.23",
"version": "0.4.26",
"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.23",
"version": "0.4.26",
"variables": {
"{$prefix}": "PHP_OS_FAMILY === 'Windows' ? 'pact_ffi' : 'libpact_ffi'",
"{$os}": "PHP_OS === 'Darwin' ? 'macos' : strtolower(PHP_OS_FAMILY)",
Expand Down

0 comments on commit 5fd2247

Please sign in to comment.