Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 0cf96a3

Browse files
committed
potential fix for paragonie/random_compat v1.x conflict/security advisory re: #37
1 parent 3327007 commit 0cf96a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@
1515
"aes",
1616
"laravel5",
1717
"laravel55",
18+
"laravel56",
19+
"laravel57",
1820
"l5",
1921
"laravel encryption",
2022
"laravel5 encryption",
2123
"laravel55 encryption",
24+
"laravel56 encryption",
25+
"laravel57 encryption",
2226
"eloquent encryption",
2327
"model encryption",
2428
"attribute encryption",
@@ -49,7 +53,7 @@
4953
"require": {
5054
"php": ">=7.1.0",
5155
"laravel/framework": "5.5.*|5.6.*|5.7.*",
52-
"paragonie/random_compat": "^1.1|^2.0"
56+
"paragonie/random_compat": "^2.0"
5357
},
5458
"require-dev": {
5559
"codeclimate/php-test-reporter": "dev-master",

0 commit comments

Comments
 (0)