Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
updated composer.json
Browse files Browse the repository at this point in the history
- added paragonie/random_compat package
- wip random_bytes() bug in php 5
  • Loading branch information
Roumen Damianoff committed Dec 27, 2015
1 parent d77d88a commit f923473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "~5"
"illuminate/support": "~5",
"paragonie/random_compat": "~1"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
Expand Down

1 comment on commit f923473

@GrahamCampbell
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change should be reverted.

Please sign in to comment.