PHP Classes

File: vendor/composer/installed.php

Recommend this page to a friend!
  Classes of milenmk   Simple PHP Password Manager   vendor/composer/installed.php   Download  
File: vendor/composer/installed.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
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
vendor update
v2.2.0
v2.2.0
Date: 1 year ago
Size: 3,435 bytes
 

Contents

Class file image Download
<?php return array(
   
'root' => array(
       
'name' => 'milenmk/simple-password-manager',
       
'pretty_version' => 'dev-develop',
       
'version' => 'dev-develop',
       
'reference' => '28a59a5de1f2fc6396939ce5eae70405f775537e',
       
'type' => 'project',
       
'install_path' => __DIR__ . '/../../',
       
'aliases' => array(),
       
'dev' => true,
    ),
   
'versions' => array(
       
'milenmk/simple-password-manager' => array(
           
'pretty_version' => 'dev-develop',
           
'version' => 'dev-develop',
           
'reference' => '28a59a5de1f2fc6396939ce5eae70405f775537e',
           
'type' => 'project',
           
'install_path' => __DIR__ . '/../../',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'paragonie/random_compat' => array(
           
'pretty_version' => 'v9.99.100',
           
'version' => '9.99.100.0',
           
'reference' => '996434e5492cb4c3edcb9168db6fbb1359ef965a',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../paragonie/random_compat',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'paragonie/sodium_compat' => array(
           
'pretty_version' => 'v1.19.0',
           
'version' => '1.19.0.0',
           
'reference' => 'cb15e403ecbe6a6cc515f855c310eb6b1872a933',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../paragonie/sodium_compat',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'phpstan/phpstan' => array(
           
'pretty_version' => '1.9.6',
           
'version' => '1.9.6.0',
           
'reference' => 'ef38a25950e5d0e6c95eedf49d8a784272f8dc5e',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../phpstan/phpstan',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'squizlabs/php_codesniffer' => array(
           
'pretty_version' => '3.7.1',
           
'version' => '3.7.1.0',
           
'reference' => '1359e176e9307e906dc3d890bcc9603ff6d90619',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../squizlabs/php_codesniffer',
           
'aliases' => array(),
           
'dev_requirement' => true,
        ),
       
'symfony/polyfill-ctype' => array(
           
'pretty_version' => 'v1.27.0',
           
'version' => '1.27.0.0',
           
'reference' => '5bbc823adecdae860bb64756d639ecfec17b050a',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'symfony/polyfill-mbstring' => array(
           
'pretty_version' => 'v1.27.0',
           
'version' => '1.27.0.0',
           
'reference' => '8ad114f6b39e2c98a8b0e3bd907732c207c2b534',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
       
'twig/twig' => array(
           
'pretty_version' => 'v3.5.0',
           
'version' => '3.5.0.0',
           
'reference' => '3ffcf4b7d890770466da3b2666f82ac054e7ec72',
           
'type' => 'library',
           
'install_path' => __DIR__ . '/../twig/twig',
           
'aliases' => array(),
           
'dev_requirement' => false,
        ),
    ),
);