ClassLoader.php
2 years ago
InstalledVersions.php
6 months ago
LICENSE
2 years ago
autoload_classmap.php
2 years ago
autoload_files.php
2 years ago
autoload_namespaces.php
2 years ago
autoload_psr4.php
2 years ago
autoload_real.php
4 days ago
autoload_static.php
4 days ago
installed.json
2 years ago
installed.php
4 days ago
platform_check.php
6 months ago
installed.php
60 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'automattic/wp-job-manager', |
| 4 | 'pretty_version' => 'dev-trunk', |
| 5 | 'version' => 'dev-trunk', |
| 6 | 'reference' => '3d5566a2db8c1edbfc19d65597e7e82c36b9332d', |
| 7 | 'type' => 'wordpress-plugin', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'automattic/wp-job-manager' => array( |
| 14 | 'pretty_version' => 'dev-trunk', |
| 15 | 'version' => 'dev-trunk', |
| 16 | 'reference' => '3d5566a2db8c1edbfc19d65597e7e82c36b9332d', |
| 17 | 'type' => 'wordpress-plugin', |
| 18 | 'install_path' => __DIR__ . '/../../', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'pelago/emogrifier' => array( |
| 23 | 'pretty_version' => 'v7.2.0', |
| 24 | 'version' => '7.2.0.0', |
| 25 | 'reference' => '727bdf7255b51798307f17dec52ff8a91f1c7de3', |
| 26 | 'type' => 'library', |
| 27 | 'install_path' => __DIR__ . '/../pelago/emogrifier', |
| 28 | 'aliases' => array(), |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | 'sabberworm/php-css-parser' => array( |
| 32 | 'pretty_version' => 'v8.5.1', |
| 33 | 'version' => '8.5.1.0', |
| 34 | 'reference' => '4a3d572b0f8b28bb6fd016ae8bbfc445facef152', |
| 35 | 'type' => 'library', |
| 36 | 'install_path' => __DIR__ . '/../sabberworm/php-css-parser', |
| 37 | 'aliases' => array(), |
| 38 | 'dev_requirement' => false, |
| 39 | ), |
| 40 | 'symfony/css-selector' => array( |
| 41 | 'pretty_version' => 'v5.4.35', |
| 42 | 'version' => '5.4.35.0', |
| 43 | 'reference' => '9e615d367e2bed41f633abb383948c96a2dbbfae', |
| 44 | 'type' => 'library', |
| 45 | 'install_path' => __DIR__ . '/../symfony/css-selector', |
| 46 | 'aliases' => array(), |
| 47 | 'dev_requirement' => false, |
| 48 | ), |
| 49 | 'symfony/polyfill-php80' => array( |
| 50 | 'pretty_version' => 'v1.28.0', |
| 51 | 'version' => '1.28.0.0', |
| 52 | 'reference' => '6caa57379c4aec19c0a12a38b59b26487dcfe4b5', |
| 53 | 'type' => 'library', |
| 54 | 'install_path' => __DIR__ . '/../symfony/polyfill-php80', |
| 55 | 'aliases' => array(), |
| 56 | 'dev_requirement' => false, |
| 57 | ), |
| 58 | ), |
| 59 | ); |
| 60 |