Skip to content

Commit

Permalink
chore: update pact-ruby-standalone to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Jul 10, 2023
1 parent 7d0bb98 commit 444a84f
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.1",
"version": "2.0.2",
"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 444a84f

Please sign in to comment.