PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of milenmk   Simple PHP Password Manager   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Password Manager
Application to store and retrieve user password
Author: By
Last change: [FIX] PSR-4 namespaces
updated .gitignore
vendor update
vendor update
style fixing
v2.2.0
Date: 1 year ago
Size: 717 bytes
 

Contents

Class file image Download
{ "name": "milenmk/simple-password-manager", "type": "project", "description": "Simple password manager written on PHP with Bootstrap and PDO database connection", "homepage": "https://blacktiehost.com", "license": "GPL-3.0-or-later", "autoload": { "psr-4": { "PasswordManager\\": "class", "PasswordManagerCore\\": "core/class" } }, "require": { "php": ">=7.3.0", "ext-curl": "*", "ext-mbstring": "*", "twig/twig": "^3.5", "ext-pdo": "*", "ext-openssl": "*", "paragonie/sodium_compat": "^1.19", "phpstan/phpstan": "^1.9" }, "require-dev": { "squizlabs/php_codesniffer": "^3.7" }, "scripts": { "phpcs": "phpcs --standard=PSR12" } }