Skip to content

Commit

Permalink
Merge pull request #1 from mbabker/encrypt-lib
Browse files Browse the repository at this point in the history
Shuffle around the php-encryption library setup
  • Loading branch information
paragonie-scott committed Nov 12, 2015
2 parents 2972195 + cedeaa0 commit 78619fb
Show file tree
Hide file tree
Showing 11 changed files with 680 additions and 913 deletions.
1 change: 1 addition & 0 deletions build/phpcs/Joomla/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<exclude-pattern type="relative">libraries/compat/password/*</exclude-pattern>
<exclude-pattern type="relative">libraries/fof/*</exclude-pattern>
<exclude-pattern type="relative">libraries/idna_convert/*</exclude-pattern>
<exclude-pattern type="relative">libraries/php-encryption/*</exclude-pattern>
<exclude-pattern type="relative">libraries/phputf8/*</exclude-pattern>
<exclude-pattern type="relative">libraries/simplepie/*</exclude-pattern>
<exclude-pattern type="relative">libraries/phpass/*</exclude-pattern>
Expand Down
3 changes: 3 additions & 0 deletions libraries/cms.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
// Register JArrayHelper due to JRegistry moved to composer's vendor folder
JLoader::register('JArrayHelper', JPATH_PLATFORM . '/joomla/utilities/arrayhelper.php');

// Register the Crypto lib
JLoader::register('Crypto', JPATH_PLATFORM . '/php-encryption/Crypto.php');

// Register classes where the names have been changed to fit the autoloader rules
// @deprecated 4.0
JLoader::register('JToolBar', JPATH_PLATFORM . '/cms/toolbar/toolbar.php');
Expand Down
15 changes: 0 additions & 15 deletions libraries/defuse/php-encryption/.travis.yml

This file was deleted.

0 comments on commit 78619fb

Please sign in to comment.