1
0
Fork 0

Reverting php-encryption to version 1.2

This commit is contained in:
Hypolite Petovan 2017-11-09 03:19:26 -05:00
commit ccf4dcf270
67 changed files with 931 additions and 6176 deletions

View file

@ -8,5 +8,4 @@ $baseDir = dirname($vendorDir);
return array(
'League\\HTMLToMarkdown\\' => array($vendorDir . '/league/html-to-markdown/src'),
'Friendica\\' => array($baseDir . '/src'),
'Defuse\\Crypto\\' => array($vendorDir . '/defuse/php-encryption/src'),
);