PluginProbe ʕ •ᴥ•ʔ
پارسی دیت – Parsi Date / trunk
پارسی دیت – Parsi Date vtrunk
6.2.1 6.2 6.1 5.1.6 5.1.7 5.1.8 5.1.8.2 6.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.0.0-alpha 2.1 2.1.1 2.1.2 2.1.3 2.1.5 2.1.6 2.1.7 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0.1 2.3.0.2 2.3.1 2.3.2 2.3.3 2.3.4 3.0.1 3.0.2 3.0.3 4.0.0 4.0.1 4.0.2 5.1.0 5.1.1 5.1.2 5.1.3 5.1.4 5.1.5
wp-parsidate / vendor / composer / installed.php
wp-parsidate / vendor / composer Last commit date
ClassLoader.php 3 months ago InstalledVersions.php 1 month ago LICENSE 3 months ago autoload_classmap.php 1 month ago autoload_files.php 1 month ago autoload_namespaces.php 3 months ago autoload_psr4.php 1 month ago autoload_real.php 3 months ago autoload_static.php 1 month ago installed.json 1 month ago installed.php 1 month ago platform_check.php 1 month 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