71 lines
2.3 KiB
JSON
71 lines
2.3 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": "7e20dd4d5ed03d04d9ecb241e18fece9",
|
|
"packages": [
|
|
{
|
|
"name": "cleverogre/plugin-framework",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git@git.cleverogre.com:cleverogre/plugin-framework.git",
|
|
"reference": "92cc8ca502cf952e8ecf5657f99455e6e2eb52bc"
|
|
},
|
|
"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-29T17:25:50+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"cleverogre/plugin-framework": 20
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {},
|
|
"platform-dev": {},
|
|
"plugin-api-version": "2.6.0"
|
|
}
|