Initial commit

This commit is contained in:
gustavooth
2026-07-23 22:56:30 -03:00
commit 22a1006598
1816 changed files with 410742 additions and 0 deletions
@@ -0,0 +1,61 @@
{
"name": "wpfluent/wpfluent",
"type": "project",
"description": "The WPGlue Framework for WordPress.",
"keywords": [
"WordPress",
"framework",
"WPFluent"
],
"license": "MIT",
"authors": [
{
"name": "Sheikh Heera",
"email": "heera.sheikh77@gmail.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/wpfluent/framework"
}
],
"require": {
"wpfluent/framework": "^2.10",
"woocommerce/action-scheduler": "3.9.3"
},
"autoload": {
"psr-4": {
"FluentCrm\\App\\": "app/",
"FluentCrm\\Includes\\": "includes/",
"FluentCrm\\Framework\\": "vendor/wpfluent/framework/src/WPFluent"
},
"classmap": [
"database/"
],
"exclude-from-classmap": [
"/app/Services/Libs/Emogrifier/scoped-vendor/",
"/app/Services/Libs/csv/src/"
],
"files": [
"boot/globals.php"
]
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
},
"wpfluent": {
"namespace": {
"current": "FluentCrm"
}
}
},
"scripts": {
"post-update-cmd": [
"FluentCrm\\App\\ComposerScript::postUpdate"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}