Skip to content

Commit

Permalink
php unit goes there
Browse files Browse the repository at this point in the history
  • Loading branch information
koenhoeijmakers authored Mar 31, 2018
1 parent 9f0f90b commit 9bf606f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"description": "Argon2 implementation",
"require": {
"php": "^7.2",
"illuminate/hashing": "5.0 - 5.5",
"illuminate/hashing": "5.0 - 5.5"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
},
"license": "MIT",
Expand Down

0 comments on commit 9bf606f

Please sign in to comment.