Skip to content

Commit

Permalink
Update composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dshafik committed Apr 28, 2017
1 parent 3f10d32 commit ca0a7ea
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 14 deletions.
27 changes: 17 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor/akamai-open/edgegrid-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.0beta2
---
[28 Apr, 2017]
* Minor bug fix in test files

1.0.0beta1
---
[13 Jan, 2017]
Expand Down
10 changes: 6 additions & 4 deletions vendor/akamai-open/edgegrid-auth/tests/random_bytes.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
* @param $size
* @return string
*/
function random_bytes($size)
{
return __FUNCTION__;
}
if (!function_exists("random_bytes")) {
function random_bytes($size)
{
return __FUNCTION__;
}
}

0 comments on commit ca0a7ea

Please sign in to comment.