Skip to content

Commit

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

chore(deps): update to pact-ruby-standalone-v2.4.1
  • Loading branch information
YOU54F authored Feb 13, 2024
2 parents 63da543 + a4a766b commit 460e4d5
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.4.0",
"version": "2.4.1",
"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 460e4d5

Please sign in to comment.