Initial commit
This commit is contained in:
70
composer.lock
generated
Normal file
70
composer.lock
generated
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"_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": "3fd0d5689801b2e7ca9f457f2082ccec283ed86e"
|
||||
},
|
||||
"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-29T15:56:48+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"
|
||||
}
|
||||
Reference in New Issue
Block a user