Skip to content

Commit

Permalink
Add note about use of composer
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Mar 27, 2017
1 parent 8028ed2 commit db29614
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/cms.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

// Register the library base path for CMS libraries.
JLoader::registerPrefix('J', JPATH_PLATFORM . '/cms', false, true);

/** @note This will be loaded through composer in Joomla 4 **/
JLoader::registerNamespace('Joomla', JPATH_PLATFORM . '/src/Joomla', false, false, 'psr4');

// Create the Composer autoloader
Expand Down

0 comments on commit db29614

Please sign in to comment.