Added a lot of PHP packages for the defunct volkszaehler ebuild
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
require_once 'Fedora/Autoloader/autoload.php';
|
||||
|
||||
Fedora\Autoloader\Autoload::addPsr4('PhpParser\\', 'test/PhpParser/');
|
||||
|
||||
\Fedora\Autoloader\Dependencies::required([
|
||||
'lib/PhpParser/autoload.php'
|
||||
]);
|
||||
Reference in New Issue
Block a user