• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

Composer.json is missing in app/vendor

Status
Not open for further replies.

eliv3n

Chevereto Member
Hi guys,
We recently bought this wonderful script and now trying to develop some extra feature to match our requirements.
I wouldn't find composer.json file in the "app/vendor".
Just requesting if you can provide the file so it can save me a lot of time by importing the vendors one by one?

Thank you.
Cheers.
 
Sure, no problem.

Code:
{
    "name": "chevereto/app",
    "description": "Chevereto app",
    "type": "project",
    "authors": [
        {
            "name": "Rodolfo Berrios",
            "email": "inbox@rodolfoberrios.com"
        }
    ],
    "require": {
        "phpmailer/phpmailer": "~6.0",
        "facebook/graph-sdk": "~5.6",
        "aws/aws-sdk-php": "~3.67",
        "google/apiclient": "^2.2",
        "jbroadway/urlify": "~1.1",
        "phpseclib/phpseclib": "~2.0",
        "rackspace/php-opencloud": "~1.16",
        "mobiledetect/mobiledetectlib": "^2.8",
        "abraham/twitteroauth": "~0.9",
        "bocharsky-bw/vkontakte-php-sdk": "~2.0",
        "microsoft/azure-storage-blob": "*",
        "microsoft/azure-storage-table": "*",
        "microsoft/azure-storage-queue": "*",
        "microsoft/azure-storage-file": "*",
        "aliyuncs/oss-sdk-php": "~2.0",
        "gliterd/backblaze-b2": "~1.0"
    },
    "config": {
        "optimize-autoloader": true,
        "vendor-dir": "app/vendor"
    }
}
 
Status
Not open for further replies.
Back
Top