ClassLoader.php
3 years ago
InstalledVersions.php
1 year ago
LICENSE
5 years ago
autoload_classmap.php
2 weeks ago
autoload_files.php
4 years ago
autoload_namespaces.php
4 years ago
autoload_psr4.php
4 years ago
autoload_real.php
2 weeks ago
autoload_static.php
2 weeks ago
installed.json
2 weeks ago
installed.php
2 weeks ago
installed.php
33 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'codeinwp/templates-patterns-collection', |
| 4 | 'pretty_version' => '1.4.0', |
| 5 | 'version' => '1.4.0.0', |
| 6 | 'reference' => null, |
| 7 | 'type' => 'library', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'codeinwp/templates-patterns-collection' => array( |
| 14 | 'pretty_version' => '1.4.0', |
| 15 | 'version' => '1.4.0.0', |
| 16 | 'reference' => null, |
| 17 | 'type' => 'library', |
| 18 | 'install_path' => __DIR__ . '/../../', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'codeinwp/themeisle-sdk' => array( |
| 23 | 'pretty_version' => '3.3.53', |
| 24 | 'version' => '3.3.53.0', |
| 25 | 'reference' => 'a657eaedf62cc84c82e539167ac9e19b3e618ce8', |
| 26 | 'type' => 'library', |
| 27 | 'install_path' => __DIR__ . '/../codeinwp/themeisle-sdk', |
| 28 | 'aliases' => array(), |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | ), |
| 32 | ); |
| 33 |