Skip to content

Commit

Permalink
chore: Update ffi library
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Jul 29, 2023
1 parent fbd4ea9 commit 1cf3b76
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 @@ -72,12 +72,12 @@
"extra": {
"downloads": {
"pact-ffi-headers": {
"version": "0.4.6",
"version": "0.4.7",
"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.6",
"version": "0.4.7",
"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 1cf3b76

Please sign in to comment.