ClassLoader.php
1 year ago
InstalledVersions.php
11 months ago
LICENSE
1 year ago
autoload_classmap.php
1 month ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 month ago
autoload_real.php
2 months ago
autoload_static.php
2 days ago
installed.json
3 weeks ago
installed.php
2 days ago
platform_check.php
2 months ago
installed.php
33 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'wordpress/secure-custom-fields', |
| 4 | 'pretty_version' => 'dev-trunk', |
| 5 | 'version' => 'dev-trunk', |
| 6 | 'reference' => '1855d0b3c73b69c30121a53005b0ae0d8141de55', |
| 7 | 'type' => 'wordpress-plugin', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'justinrainbow/json-schema' => array( |
| 14 | 'pretty_version' => '5.3.0', |
| 15 | 'version' => '5.3.0.0', |
| 16 | 'reference' => 'feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8', |
| 17 | 'type' => 'library', |
| 18 | 'install_path' => __DIR__ . '/../justinrainbow/json-schema', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'wordpress/secure-custom-fields' => array( |
| 23 | 'pretty_version' => 'dev-trunk', |
| 24 | 'version' => 'dev-trunk', |
| 25 | 'reference' => '1855d0b3c73b69c30121a53005b0ae0d8141de55', |
| 26 | 'type' => 'wordpress-plugin', |
| 27 | 'install_path' => __DIR__ . '/../../', |
| 28 | 'aliases' => array(), |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | ), |
| 32 | ); |
| 33 |