1
0
Fork 0

Standards fixes per @stof (continued, my bad)

pull/204/head
Beau Simensen 2012-01-12 21:48:35 -06:00
parent 2d721f5792
commit fd5124a632
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ $vendorDir = dirname(__DIR__);
return array( return array(
'B\\Sub\\Name' => $vendorDir . '/b/b/src/', 'B\\Sub\\Name' => $vendorDir . '/b/b/src/',
'A\\B' => array('/home/deveuser/local-packages/a-a/lib',$vendorDir . '/a/a/lib/'), 'A\\B' => array('/home/deveuser/local-packages/a-a/lib', $vendorDir . '/a/a/lib/'),
'A' => $vendorDir . '/a/a/src/', 'A' => $vendorDir . '/a/a/src/',
); );