We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d2581 commit 9808557Copy full SHA for 9808557
README.md
@@ -265,6 +265,13 @@ the encrypted value as needed.
265
266
No! The same issue with searching also applies to authentication because authentication requires search.
267
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
275
## Credits
276
277
This is a fork of [delatbabel/elocryptfive](https://github.com/delatbabel/elocryptfive),
composer.json
@@ -48,7 +48,7 @@
48
},
49
"require": {
50
"php": ">=7.1.0",
51
- "laravel/framework": "5.5.*",
+ "laravel/framework": "5.5.*|5.6.*",
52
"paragonie/random_compat": "^1.1|^2.0"
53
54
"require-dev": {
0 commit comments