Skip to content

Commit

Permalink
Merge pull request #467 from pact-foundation/deps/pact-ruby-standalon…
Browse files Browse the repository at this point in the history
…e-v2.4.0

chore(deps): update to pact-ruby-standalone-v2.4.0
  • Loading branch information
YOU54F authored Feb 12, 2024
2 parents b4a374c + 4fc742d commit 63da543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"extra": {
"downloads": {
"pact-ruby-standalone": {
"version": "2.0.3",
"version": "2.4.0",
"variables": {
"{$os}": "PHP_OS_FAMILY === 'Windows' ? 'windows' : (PHP_OS === 'Darwin' ? 'osx' : 'linux')",
"{$architecture}": "strtolower(php_uname('m')) === 'arm64' || strtolower(php_uname('m')) === 'aarch64' ? '-arm64' : (strtolower(php_uname('m')) === 'x86' && PHP_OS_FAMILY === 'Windows' ? '-x86' : '-x86_64')",
Expand Down

0 comments on commit 63da543

Please sign in to comment.