Skip to content

Commit 9808557

Browse files
committed
draft support for laravel 5.6.*
1 parent f5d2581 commit 9808557

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,13 @@ the encrypted value as needed.
265265

266266
No! The same issue with searching also applies to authentication because authentication requires search.
267267

268+
269+
## Notable Implementations
270+
271+
The following decently-trafficed sites use this package in production:
272+
273+
- [`security.txt` registry & whois - securitytext.org](https://securitytext.org/)
274+
268275
## Credits
269276

270277
This is a fork of [delatbabel/elocryptfive](https://github.com/delatbabel/elocryptfive),

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"require": {
5050
"php": ">=7.1.0",
51-
"laravel/framework": "5.5.*",
51+
"laravel/framework": "5.5.*|5.6.*",
5252
"paragonie/random_compat": "^1.1|^2.0"
5353
},
5454
"require-dev": {

0 commit comments

Comments
 (0)