| 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 |
|