mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-05 07:37:25 +02:00
Fix list of dependencies
This commit is contained in:
@@ -17,8 +17,8 @@ Completely framework-agnostic and database-agnostic.
|
|||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* PHP 5.5.0+
|
* PHP 5.5.0+
|
||||||
* PDO
|
* OpenSSL extension
|
||||||
* OpenSSL
|
* MySQL 5.5.3+ **or** MariaDB 5.5.23
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@@ -2,7 +2,8 @@
|
|||||||
"name": "delight-im/auth",
|
"name": "delight-im/auth",
|
||||||
"description": "Authentication for PHP. Simple, lightweight and secure.",
|
"description": "Authentication for PHP. Simple, lightweight and secure.",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.5.0"
|
"php": ">=5.5.0",
|
||||||
|
"ext-openssl": "*"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"keywords": [ "auth", "authentication", "login", "security" ],
|
"keywords": [ "auth", "authentication", "login", "security" ],
|
||||||
|
Reference in New Issue
Block a user