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

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Roumen Damianoff committed Dec 29, 2015
1 parent d57768c commit 86ffacc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "~4|~5"
"illuminate/support": "~4|~5",
"paragonie/random_compat": "~1"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
Expand All @@ -27,7 +28,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
"dev-laravel4": "2.8-dev"
}
},
"minimum-stability": "stable"
Expand Down

0 comments on commit 86ffacc

Please sign in to comment.