Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions src/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@
* @since File available since Release 1.1.0
*/

require_once 'SebastianBergmann/FinderFacade/autoload.php';
require_once 'SebastianBergmann/Version/autoload.php';
require_once 'PHP/Timer/Autoload.php';
require_once 'ezc/Base/base.php';
require_once __DIR__ . '/../vendor/autoload.php';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This assumes you are using composer. This project is supposed to work also with PEAR.


spl_autoload_register(
function($class) {
Expand Down