ClassLoader.php
2 years ago
InstalledVersions.php
2 years ago
LICENSE
8 years ago
autoload_classmap.php
2 years ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
3 years ago
autoload_real.php
3 years ago
autoload_static.php
2 years ago
installed.json
2 years ago
installed.php
2 years ago
platform_check.php
5 years ago
autoload_psr4.php
12 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_psr4.php @generated by Composer |
| 4 | |
| 5 | $vendorDir = dirname(__DIR__); |
| 6 | $baseDir = dirname($vendorDir); |
| 7 | |
| 8 | return array( |
| 9 | 'PriyoMukul\\WPNotice\\' => array($vendorDir . '/priyomukul/wp-notice/src'), |
| 10 | 'Embera\\' => array($vendorDir . '/wpdevelopers/embera/src/Embera'), |
| 11 | ); |
| 12 |