Initial commit
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user