Skip to content

Commit

Permalink
Merge pull request #364 from tienvx/update-ffi-library
Browse files Browse the repository at this point in the history
deps: Update ffi library to 0.4.11
  • Loading branch information
tienvx committed Nov 28, 2023
2 parents a20bcd3 + 5e61140 commit 8711756
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 @@ -82,12 +82,12 @@
"extra": {
"downloads": {
"pact-ffi-headers": {
"version": "0.4.10",
"version": "0.4.11",
"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.10",
"version": "0.4.11",
"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 8711756

Please sign in to comment.