Skip to content

Commit aa4e179

Browse files
committed
composer new file
1 parent 0938390 commit aa4e179

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?php
2+
3+
// autoload_static.php @generated by Composer
4+
5+
namespace Composer\Autoload;
6+
7+
class ComposerStaticInitf17787d2ecff231b84857fe0d96cbca5
8+
{
9+
public static $prefixLengthsPsr4 = array (
10+
'P' =>
11+
array (
12+
'Picqer\\Barcode\\' => 15,
13+
),
14+
);
15+
16+
public static $prefixDirsPsr4 = array (
17+
'Picqer\\Barcode\\' =>
18+
array (
19+
0 => __DIR__ . '/..' . '/picqer/php-barcode-generator/src',
20+
),
21+
);
22+
23+
public static $prefixesPsr0 = array (
24+
'U' =>
25+
array (
26+
'Ulrichsg\\' =>
27+
array (
28+
0 => __DIR__ . '/..' . '/ulrichsg/getopt-php/src',
29+
),
30+
),
31+
);
32+
33+
public static function getInitializer(ClassLoader $loader)
34+
{
35+
return \Closure::bind(function () use ($loader) {
36+
$loader->prefixLengthsPsr4 = ComposerStaticInitf17787d2ecff231b84857fe0d96cbca5::$prefixLengthsPsr4;
37+
$loader->prefixDirsPsr4 = ComposerStaticInitf17787d2ecff231b84857fe0d96cbca5::$prefixDirsPsr4;
38+
$loader->prefixesPsr0 = ComposerStaticInitf17787d2ecff231b84857fe0d96cbca5::$prefixesPsr0;
39+
40+
}, null, ClassLoader::class);
41+
}
42+
}

0 commit comments

Comments
 (0)