Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Added paragonie/hidden-string as requirement and added php 7.3 as opt…
Browse files Browse the repository at this point in the history
…ional platform requirement.
  • Loading branch information
rkeet committed Jan 15, 2019
1 parent d2f55ba commit 468be63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2 || ^7.3",
"ext-sodium": "*",
"doctrine/annotations": "^1.6",
"doctrine/orm": "^2.6",
"paragonie/halite": "^4.4",
"paragonie/hidden-string": "^1.0",
"zendframework/zend-modulemanager": "^2.8",
"zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
"zendframework/zend-stdlib": "^3.2"
Expand Down

0 comments on commit 468be63

Please sign in to comment.