Skip to content

Commit

Permalink
Update ffi library to fix string values matching issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Sep 29, 2023
1 parent c3aa1e3 commit 7b8407e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
"extra": {
"downloads": {
"pact-ffi-headers": {
"version": "0.4.8",
"version": "0.4.9",
"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.8",
"version": "0.4.9",
"variables": {
"{$prefix}": "PHP_OS_FAMILY === 'Windows' ? 'pact_ffi' : 'libpact_ffi'",
"{$os}": "PHP_OS === 'Darwin' ? 'osx' : strtolower(PHP_OS_FAMILY)",
Expand Down
6 changes: 3 additions & 3 deletions example/binary/pacts/binaryConsumer-binaryProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.7",
"mockserver": "1.2.3",
"models": "1.1.9"
"ffi": "0.4.9",
"mockserver": "1.2.4",
"models": "1.1.11"
},
"pactSpecification": {
"version": "3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions example/json/pacts/jsonConsumer-jsonProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.7",
"mockserver": "1.2.3",
"models": "1.1.9"
"ffi": "0.4.9",
"mockserver": "1.2.4",
"models": "1.1.11"
},
"pactSpecification": {
"version": "3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions example/message/pacts/messageConsumer-messageProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.7",
"models": "1.1.9"
"ffi": "0.4.9",
"models": "1.1.11"
},
"pactSpecification": {
"version": "3.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.8",
"ffi": "0.4.9",
"mockserver": "1.2.4",
"models": "1.1.11"
},
Expand Down

0 comments on commit 7b8407e

Please sign in to comment.