We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0f90b commit 9bf606fCopy full SHA for 9bf606f
composer.json
@@ -3,7 +3,9 @@
3
"description": "Argon2 implementation",
4
"require": {
5
"php": "^7.2",
6
- "illuminate/hashing": "5.0 - 5.5",
+ "illuminate/hashing": "5.0 - 5.5"
7
+ },
8
+ "require-dev": {
9
"phpunit/phpunit": "^7.0"
10
},
11
"license": "MIT",
0 commit comments