244 lines
8.9 KiB
JSON
244 lines
8.9 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "fe877c0f300b012a3667fb458d1768b3",
|
|
"packages": [
|
|
{
|
|
"name": "cleverogre/plugin-framework",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git@git.cleverogre.com:cleverogre/plugin-framework.git",
|
|
"reference": "5e2937c2bbb7bf2ea51e575e5655f5056956edfe"
|
|
},
|
|
"require": {
|
|
"froger-me/wp-package-updater": "^1.4.0",
|
|
"magicoli/wp-package-updater-lib": "^0.1.9",
|
|
"wpengine/advanced-custom-fields-pro": "^6.4.2",
|
|
"yahnis-elsts/plugin-update-checker": "^5.0"
|
|
},
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"extra": {
|
|
"installer-paths": {
|
|
"acf/": [
|
|
"wpengine/advanced-custom-fields-pro"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"plugin-framework.php",
|
|
"inc/package-updater.php",
|
|
"inc/acf.php",
|
|
"inc/trait-singleton.php",
|
|
"inc/abstract-plugin.php"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"post-update-cmd": [
|
|
"php vendor/magicoli/wp-package-updater-lib/install.php"
|
|
]
|
|
},
|
|
"license": [
|
|
"GPL-3.0+"
|
|
],
|
|
"description": "Framework for WordPress plugins created by CleverOgre",
|
|
"homepage": "https://cleverogre.com",
|
|
"keywords": [
|
|
"Framework",
|
|
"Plugin",
|
|
"WordPress"
|
|
],
|
|
"time": "2025-10-29T18:37:43+00:00"
|
|
},
|
|
{
|
|
"name": "froger-me/wp-package-updater",
|
|
"version": "1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/froger-me/wp-package-updater.git",
|
|
"reference": "master"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "magicoli/wp-package-updater-lib",
|
|
"version": "v0.1.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/magicoli/wp-package-updater-lib.git",
|
|
"reference": "e822132741c08d054fb97f249b1143c220f30e6f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/magicoli/wp-package-updater-lib/zipball/e822132741c08d054fb97f249b1143c220f30e6f",
|
|
"reference": "e822132741c08d054fb97f249b1143c220f30e6f",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"froger-me/wp-plugin-update-server": "*"
|
|
},
|
|
"type": "library",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Magiiic"
|
|
}
|
|
],
|
|
"description": "Composer package for wp-package-updater library.",
|
|
"support": {
|
|
"issues": "https://github.com/magicoli/wp-package-updater-lib/issues",
|
|
"source": "https://github.com/magicoli/wp-package-updater-lib/tree/v0.1.10"
|
|
},
|
|
"time": "2023-06-09T12:42:28+00:00"
|
|
},
|
|
{
|
|
"name": "simplehtmldom/simplehtmldom",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplehtmldom/simplehtmldom.git",
|
|
"reference": "b8d048e46b7f1964c28ea041d39ccb1d05f9a0ed"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplehtmldom/simplehtmldom/zipball/b8d048e46b7f1964c28ea041d39ccb1d05f9a0ed",
|
|
"reference": "b8d048e46b7f1964c28ea041d39ccb1d05f9a0ed",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-iconv": "*",
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "*",
|
|
"phpcompatibility/php-compatibility": "^9",
|
|
"phpunit/phpunit": "^6 || ^7",
|
|
"squizlabs/php_codesniffer": "^2"
|
|
},
|
|
"suggest": {
|
|
"ext-curl": "Needed to support cURL downloads in class HtmlWeb",
|
|
"ext-mbstring": "Allows better decoding for multi-byte documents",
|
|
"ext-openssl": "Allows loading HTTPS pages when using cURL"
|
|
},
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"./"
|
|
],
|
|
"exclude-from-classmap": [
|
|
"/example/",
|
|
"/docs/",
|
|
"/tests/",
|
|
"simple_html_dom.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "S.C. Chen",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "John Schlick",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "logmanoriginal",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "A fast, simple and reliable HTML document parser for PHP.",
|
|
"homepage": "https://simplehtmldom.sourceforge.io/",
|
|
"keywords": [
|
|
"Simple",
|
|
"dom",
|
|
"html",
|
|
"parser",
|
|
"php",
|
|
"simplehtmldom"
|
|
],
|
|
"support": {
|
|
"issues": "https://sourceforge.net/p/simplehtmldom/bugs/",
|
|
"rss": "https://sourceforge.net/p/simplehtmldom/news/feed.rss",
|
|
"source": "https://sourceforge.net/p/simplehtmldom/repository/",
|
|
"wiki": "https://simplehtmldom.sourceforge.io/docs/"
|
|
},
|
|
"time": "2022-04-25T19:21:05+00:00"
|
|
},
|
|
{
|
|
"name": "yahnis-elsts/plugin-update-checker",
|
|
"version": "v5.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/YahnisElsts/plugin-update-checker.git",
|
|
"reference": "a2db6871deec989a74e1f90fafc6d58ae526a879"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/YahnisElsts/plugin-update-checker/zipball/a2db6871deec989a74e1f90fafc6d58ae526a879",
|
|
"reference": "a2db6871deec989a74e1f90fafc6d58ae526a879",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": ">=5.6.20"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"load-v5p6.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Yahnis Elsts",
|
|
"email": "whiteshadow@w-shadow.com",
|
|
"homepage": "https://w-shadow.com/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "A custom update checker for WordPress plugins and themes. Useful if you can't host your plugin in the official WP repository but still want it to support automatic updates.",
|
|
"homepage": "https://github.com/YahnisElsts/plugin-update-checker/",
|
|
"keywords": [
|
|
"automatic updates",
|
|
"plugin updates",
|
|
"theme updates",
|
|
"wordpress"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/YahnisElsts/plugin-update-checker/issues",
|
|
"source": "https://github.com/YahnisElsts/plugin-update-checker/tree/v5.6"
|
|
},
|
|
"time": "2025-05-20T12:29:01+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"cleverogre/plugin-framework": 20,
|
|
"simplehtmldom/simplehtmldom": 20
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {},
|
|
"platform-dev": {},
|
|
"plugin-api-version": "2.9.0"
|
|
}
|