installers
5 months ago
ClassLoader.php
5 months ago
InstalledVersions.php
3 weeks ago
LICENSE
5 months ago
autoload_classmap.php
5 months ago
autoload_files.php
5 months ago
autoload_namespaces.php
5 months ago
autoload_psr4.php
5 months ago
autoload_real.php
1 week ago
autoload_static.php
1 week ago
installed.json
3 weeks ago
installed.php
1 week ago
installed.php
51 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'wpeverest/everest-forms', |
| 4 | 'pretty_version' => 'dev-develop', |
| 5 | 'version' => 'dev-develop', |
| 6 | 'reference' => 'f54386f3bb3783e251b8bc50bf045af03b9d0811', |
| 7 | 'type' => 'wordpress-plugin', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'composer/installers' => array( |
| 14 | 'pretty_version' => 'v2.0.1', |
| 15 | 'version' => '2.0.1.0', |
| 16 | 'reference' => 'a241e78aaeb09781f5f5b92ac01ffd13ab43e5e8', |
| 17 | 'type' => 'composer-plugin', |
| 18 | 'install_path' => __DIR__ . '/./installers', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'scssphp/scssphp' => array( |
| 23 | 'pretty_version' => 'v1.13.0', |
| 24 | 'version' => '1.13.0.0', |
| 25 | 'reference' => '63d1157457e5554edf00b0c1fabab4c1511d2520', |
| 26 | 'type' => 'library', |
| 27 | 'install_path' => __DIR__ . '/../scssphp/scssphp', |
| 28 | 'aliases' => array(), |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | 'themegrill/themegrill-sdk' => array( |
| 32 | 'pretty_version' => '1.0.4', |
| 33 | 'version' => '1.0.4.0', |
| 34 | 'reference' => '2787bc7bcd0c5d6bf470c986682fd74b390d34c3', |
| 35 | 'type' => 'library', |
| 36 | 'install_path' => __DIR__ . '/../themegrill/themegrill-sdk', |
| 37 | 'aliases' => array(), |
| 38 | 'dev_requirement' => false, |
| 39 | ), |
| 40 | 'wpeverest/everest-forms' => array( |
| 41 | 'pretty_version' => 'dev-develop', |
| 42 | 'version' => 'dev-develop', |
| 43 | 'reference' => 'f54386f3bb3783e251b8bc50bf045af03b9d0811', |
| 44 | 'type' => 'wordpress-plugin', |
| 45 | 'install_path' => __DIR__ . '/../../', |
| 46 | 'aliases' => array(), |
| 47 | 'dev_requirement' => false, |
| 48 | ), |
| 49 | ), |
| 50 | ); |
| 51 |