Merge branch 'forcomposer' into 'master'
Fixes #408: PHP composer support. See merge request vtiger/vtigercrm!896
No related branches found
No related tags found
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- README.md 4 additions, 4 deletionsREADME.md
- composer.json 24 additions, 0 deletionscomposer.json
- include/Zend/Crypt.php 0 additions, 168 deletionsinclude/Zend/Crypt.php
- include/Zend/Crypt/DiffieHellman.php 0 additions, 380 deletionsinclude/Zend/Crypt/DiffieHellman.php
- include/Zend/Crypt/DiffieHellman/Exception.php 0 additions, 36 deletionsinclude/Zend/Crypt/DiffieHellman/Exception.php
- include/Zend/Crypt/Exception.php 0 additions, 35 deletionsinclude/Zend/Crypt/Exception.php
- include/Zend/Crypt/Hmac.php 0 additions, 181 deletionsinclude/Zend/Crypt/Hmac.php
- include/Zend/Crypt/Hmac/Exception.php 0 additions, 36 deletionsinclude/Zend/Crypt/Hmac/Exception.php
- include/Zend/Crypt/Math.php 0 additions, 102 deletionsinclude/Zend/Crypt/Math.php
- include/Zend/Crypt/Math/BigInteger.php 0 additions, 117 deletionsinclude/Zend/Crypt/Math/BigInteger.php
- include/Zend/Crypt/Math/BigInteger/Bcmath.php 0 additions, 203 deletionsinclude/Zend/Crypt/Math/BigInteger/Bcmath.php
- include/Zend/Crypt/Math/BigInteger/Exception.php 0 additions, 36 deletionsinclude/Zend/Crypt/Math/BigInteger/Exception.php
- include/Zend/Crypt/Math/BigInteger/Gmp.php 0 additions, 196 deletionsinclude/Zend/Crypt/Math/BigInteger/Gmp.php
- include/Zend/Crypt/Math/BigInteger/Interface.php 0 additions, 51 deletionsinclude/Zend/Crypt/Math/BigInteger/Interface.php
- include/Zend/Crypt/Math/Exception.php 0 additions, 36 deletionsinclude/Zend/Crypt/Math/Exception.php
- include/Zend/Crypt/Rsa.php 0 additions, 338 deletionsinclude/Zend/Crypt/Rsa.php
- include/Zend/Crypt/Rsa/Exception.php 0 additions, 36 deletionsinclude/Zend/Crypt/Rsa/Exception.php
- include/Zend/Crypt/Rsa/Key.php 0 additions, 95 deletionsinclude/Zend/Crypt/Rsa/Key.php
- include/Zend/Crypt/Rsa/Key/Private.php 0 additions, 75 deletionsinclude/Zend/Crypt/Rsa/Key/Private.php
Loading
Please register or sign in to comment