Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2016-10-03 05:20:26 +0300
committerChaoyi Zha <summermontreal@gmail.com>2016-10-03 05:20:26 +0300
commit30886414a1b8305b50071996647429bba6326f02 (patch)
tree560a699ffa58bb08677f0b89520330afa6c1436e /composer.json
parentbc2454aa797b98c8c7d33b75bc216eca908aca6f (diff)
Explicitly require ^1.0.6 random_compat
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index d674253..c1a5c8b 100644
--- a/composer.json
+++ b/composer.json
@@ -9,7 +9,8 @@
"laravel/lumen-framework": "5.1.*",
"vlucas/phpdotenv": "~1.0",
"illuminate/mail": "~5.1",
- "yajra/laravel-datatables-oracle": "~6.0"
+ "yajra/laravel-datatables-oracle": "~6.0",
+ "paragonie/random_compat": "^1.0.6"
},
"require-dev": {
"fzaninotto/faker": "~1.0",