Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Add minimum PHP version and suggest installing ext-sodium
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Smit committed Sep 12, 2017
1 parent 63aaa70 commit 2fe458b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,11 @@
],
"autoload": {
"files": ["./bootstrap.php"]
},
"require": {
"php": ">=7.0.0"
},
"suggest": {
"ext-sodium": "The new sodium php extension"
}
}

0 comments on commit 2fe458b

Please sign in to comment.