ClassLoader.php
7 months ago
InstalledVersions.php
7 months ago
LICENSE
7 months ago
autoload_classmap.php
3 months ago
autoload_namespaces.php
7 months ago
autoload_psr4.php
7 months ago
autoload_real.php
7 months ago
autoload_static.php
3 months ago
installed.json
7 months ago
installed.php
4 days ago
platform_check.php
7 months ago
installed.php
24 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'onlineoptimisation/email-encoder-bundle', |
| 4 | 'pretty_version' => 'dev-master', |
| 5 | 'version' => 'dev-master', |
| 6 | 'reference' => '7a3f6539dc8bf15e349c99562aeefc67fba5e862', |
| 7 | 'type' => 'wordpress-plugin', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'onlineoptimisation/email-encoder-bundle' => array( |
| 14 | 'pretty_version' => 'dev-master', |
| 15 | 'version' => 'dev-master', |
| 16 | 'reference' => '7a3f6539dc8bf15e349c99562aeefc67fba5e862', |
| 17 | 'type' => 'wordpress-plugin', |
| 18 | 'install_path' => __DIR__ . '/../../', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | ), |
| 23 | ); |
| 24 |