1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-09-02 20:22:35 +02:00

Fix list of dependencies

This commit is contained in:
Marco
2016-06-07 18:42:29 +02:00
parent 44907f3489
commit e074474955
2 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +2,8 @@
"name": "delight-im/auth",
"description": "Authentication for PHP. Simple, lightweight and secure.",
"require": {
"php": ">=5.5.0"
"php": ">=5.5.0",
"ext-openssl": "*"
},
"type": "library",
"keywords": [ "auth", "authentication", "login", "security" ],