Browse
For agents
About
Disk Usage Insights
/
1.0
Disk Usage Insights
v1.0
Switch version
trunk
1.0
1.10
1.11
1.2
1.3
1.4
1.5
1.6
1.7
1.8
1.9
Overview
Code
disk-usage-insights
/
vendor
/
composer
/
autoload_classmap.php
autoload_classmap.php
in Disk Usage Insights 1.0, at vendor/composer/autoload_classmap.php
11 lines
222 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
//
autoload_classmap.php @generated by Composer
4
5
$
vendorDir
=
dirname
(
__DIR__
)
;
6
$
baseDir
=
dirname
(
$
vendorDir
)
;
7
8
return
array
(
9
'
Composer
\\
InstalledVersions
'
=>
$
vendorDir
.
'
/composer/InstalledVersions.php
'
,
10
)
;
11