PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   Auth One PHP Authentication Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Auth One PHP Authentication Library
Authenticate users using different methods
Author: By
Last change:
Date: 2 years ago
Size: 600 bytes
 

Contents

Class file image Download
{ "name": "eftec/authone", "type": "library", "require": { "php": ">=7.2.5", "eftec/pdoone": "^2.32", "eftec/documentstoreone": "^1.23", "ext-json": "*", "eftec/cacheone": "^2.11" }, "require-dev": { "phpunit/phpunit": "^9.5.19" }, "license": "LGPL-3.0-or-later", "autoload": { "psr-4": { "eftec\\authone\\": "src/" } }, "autoload-dev": { "psr-4": { "eftec\\tests\\": "tests/", "api\\": "", "examples\\": "examples/" } }, "authors": [ { "name": "jorgecc", "email": "jcastro@eftec.cl" } ] }