Skip to content

Commit

Permalink
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 13, 2024
1 parent b09bfb0 commit a948e49
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.19",
"version": "0.4.20",
"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.19",
"version": "0.4.20",
"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 a948e49

Please sign in to comment.