PluginProbe
Hostinger Tools / 3.0.6
Hostinger Tools v3.0.6
3.0.77 3.0.76 3.0.75 3.0.74 3.0.73 3.0.72 3.0.71 3.0.70 3.0.69 3.0.68 3.0.67 3.0.66 1.8.1 1.8.2 1.8.3 1.9.1 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.4 All 108 releases
hostinger / vendor / composer / installed.json

installed.json in Hostinger Tools 3.0.6, at vendor/composer/installed.json

94 lines 3.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "packages": [
3 {
4 "name": "hostinger/hostinger-wp-helper",
5 "version": "dev-main",
6 "version_normalized": "dev-main",
7 "source": {
8 "type": "git",
9 "url": "git@github.com:hostinger/hostinger-wp-helper.git",
10 "reference": "6194a0430dfc4c7239040edb2a08aef5b79b653b"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/hostinger/hostinger-wp-helper/zipball/6194a0430dfc4c7239040edb2a08aef5b79b653b",
15 "reference": "6194a0430dfc4c7239040edb2a08aef5b79b653b",
16 "shasum": ""
17 },
18 "require": {
19 "ext-json": "*",
20 "php": ">=8.0"
21 },
22 "require-dev": {
23 "phpunit/phpunit": "^9.6",
24 "yoast/phpunit-polyfills": "^2.0"
25 },
26 "time": "2024-06-05T09:47:17+00:00",
27 "default-branch": true,
28 "type": "library",
29 "installation-source": "dist",
30 "autoload": {
31 "psr-4": {
32 "Hostinger\\WpHelper\\": "src/",
33 "Hostinger\\Tests\\": "tests/phpunit"
34 }
35 },
36 "description": "A PHP package with core functions for Hostinger WordPress plugins.",
37 "support": {
38 "source": "https://github.com/hostinger/hostinger-wp-helper/tree/main",
39 "issues": "https://github.com/hostinger/hostinger-wp-helper/issues"
40 },
41 "install-path": "../hostinger/hostinger-wp-helper"
42 },
43 {
44 "name": "hostinger/hostinger-wp-menu-manager",
45 "version": "dev-main",
46 "version_normalized": "dev-main",
47 "source": {
48 "type": "git",
49 "url": "git@github.com:hostinger/hostinger-wp-menu-manager.git",
50 "reference": "37359c83e8bd47b1e6f6861b70eabc46d08db082"
51 },
52 "dist": {
53 "type": "zip",
54 "url": "https://api.github.com/repos/hostinger/hostinger-wp-menu-manager/zipball/37359c83e8bd47b1e6f6861b70eabc46d08db082",
55 "reference": "37359c83e8bd47b1e6f6861b70eabc46d08db082",
56 "shasum": ""
57 },
58 "require": {
59 "hostinger/hostinger-wp-helper": "*"
60 },
61 "require-dev": {
62 "phpunit/phpunit": "^9.6",
63 "squizlabs/php_codesniffer": "^3.0",
64 "yoast/phpunit-polyfills": "^2.0"
65 },
66 "time": "2024-06-12T07:37:18+00:00",
67 "default-branch": true,
68 "type": "library",
69 "installation-source": "dist",
70 "autoload": {
71 "psr-4": {
72 "Hostinger\\WpMenuManager\\": "src/"
73 }
74 },
75 "autoload-dev": {
76 "psr-4": {
77 "Hostinger\\WpMenuManager\\Tests\\": "tests/phpunit"
78 }
79 },
80 "license": [
81 "proprietary"
82 ],
83 "description": "Package for managing Hostinger WordPress menus and pages.",
84 "support": {
85 "source": "https://github.com/hostinger/hostinger-wp-menu-manager/tree/main",
86 "issues": "https://github.com/hostinger/hostinger-wp-menu-manager/issues"
87 },
88 "install-path": "../hostinger/hostinger-wp-menu-manager"
89 }
90 ],
91 "dev": false,
92 "dev-package-names": []
93 }
94