mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
0713963ed4
Remove dev-depencies Note: looks like we were using the symfony/yaml from this instead of /vendor due to autoload order, but yaml is just a dev dependency here.
10 lines
149 B
PHP
10 lines
149 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
);
|