ClassLoader.php
2 weeks ago
InstalledVersions.php
2 weeks ago
LICENSE
2 weeks ago
autoload_classmap.php
2 weeks ago
autoload_files.php
2 weeks ago
autoload_namespaces.php
2 weeks ago
autoload_psr4.php
2 weeks ago
autoload_real.php
2 weeks ago
autoload_static.php
2 weeks ago
installed.json
2 weeks ago
installed.php
2 weeks ago
platform_check.php
2 weeks ago
installed.php
60 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'wordpress-parsi/wp-parsidate', |
| 4 | 'pretty_version' => 'dev-master', |
| 5 | 'version' => 'dev-master', |
| 6 | 'reference' => 'a72389534cf5db5ffccde6bc265066d9f382dd98', |
| 7 | 'type' => 'project', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => true, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'enshrined/svg-sanitize' => array( |
| 14 | 'pretty_version' => '0.22.0', |
| 15 | 'version' => '0.22.0.0', |
| 16 | 'reference' => '0afa95ea74be155a7bcd6c6fb60c276c39984500', |
| 17 | 'type' => 'library', |
| 18 | 'install_path' => __DIR__ . '/../enshrined/svg-sanitize', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'symfony/polyfill-php80' => array( |
| 23 | 'pretty_version' => 'v1.37.0', |
| 24 | 'version' => '1.37.0.0', |
| 25 | 'reference' => 'dfb55726c3a76ea3b6459fcfda1ec2d80a682411', |
| 26 | 'type' => 'library', |
| 27 | 'install_path' => __DIR__ . '/../symfony/polyfill-php80', |
| 28 | 'aliases' => array(), |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | 'symfony/polyfill-php81' => array( |
| 32 | 'pretty_version' => 'v1.38.1', |
| 33 | 'version' => '1.38.1.0', |
| 34 | 'reference' => '6bfb9c766cacffbc8e118cb87217d08ed84e5cd7', |
| 35 | 'type' => 'library', |
| 36 | 'install_path' => __DIR__ . '/../symfony/polyfill-php81', |
| 37 | 'aliases' => array(), |
| 38 | 'dev_requirement' => false, |
| 39 | ), |
| 40 | 'symfony/polyfill-php83' => array( |
| 41 | 'pretty_version' => 'v1.38.2', |
| 42 | 'version' => '1.38.2.0', |
| 43 | 'reference' => '796a26abb75ce49f3a84433cd81bf1009d73d5f8', |
| 44 | 'type' => 'library', |
| 45 | 'install_path' => __DIR__ . '/../symfony/polyfill-php83', |
| 46 | 'aliases' => array(), |
| 47 | 'dev_requirement' => false, |
| 48 | ), |
| 49 | 'wordpress-parsi/wp-parsidate' => array( |
| 50 | 'pretty_version' => 'dev-master', |
| 51 | 'version' => 'dev-master', |
| 52 | 'reference' => 'a72389534cf5db5ffccde6bc265066d9f382dd98', |
| 53 | 'type' => 'project', |
| 54 | 'install_path' => __DIR__ . '/../../', |
| 55 | 'aliases' => array(), |
| 56 | 'dev_requirement' => false, |
| 57 | ), |
| 58 | ), |
| 59 | ); |
| 60 |