GithubHelp home page GithubHelp logo

Comments (6)

Namoshek avatar Namoshek commented on June 30, 2024

Please confirm that composer.lock contains version ^8.0 for Laravel and illuminate packages. From what I can tell, this package does indeed support Laravel 8.

from laravel-client.

DigitalSagittarius avatar DigitalSagittarius commented on June 30, 2024

Please confirm that composer.lock contains version ^8.0 for Laravel and illuminate packages. From what I can tell, this package does indeed support Laravel 8.

thanks for you response

from laravel-client.

DigitalSagittarius avatar DigitalSagittarius commented on June 30, 2024
{
    "name": "laravel/laravel",
    "type": "project",
    "description": "The Laravel Framework.",
    "keywords": [
        "framework",
        "laravel"
    ],
    "license": "MIT",
    "require": {
        "php": "^7.0.33",
        "anandsiddharth/laravel-paytm-wallet": "^1.0",
        "barryvdh/laravel-dompdf": "^0.8.5",
        "braintree/braintree_php": "4.3.*",
        "cartalyst/stripe-laravel": "11.0",
        "deviny/bbb-php-api": "^1.4",
        "devmarketer/easynav": "^1.0",
        "fideloper/proxy": "^4.0",
        "instamojo/instamojo-php": "^0.4.0",
        "intervention/image": "^2.4",
        "laravel/framework": "^6.0.0",
        "laravel/helpers": "^1.2",
        "laravel/socialite": "^4.1",
        "laravel/tinker": "^1.0",
        "laravolt/avatar": "^3.2",
        "orangehill/iseed": "^2.6",
        "paypal/rest-api-sdk-php": "^1.14",
        "razorpay/razorpay": "^2.5",
        "spatie/laravel-image-optimizer": "^1.5",
        "spatie/laravel-translatable": "^4.3",
        "unicodeveloper/laravel-paystack": "^1.0",
        "tymon/jwt-auth": "^1.0@dev"
    },
    "require-dev": {
        "beyondcode/laravel-dump-server": "^1.0",
        "composer/composer": "^1.9",
        "filp/whoops": "^2.0",
        "fzaninotto/faker": "^1.4",
        "mockery/mockery": "^1.0",
        "nunomaduro/collision": "^2.0",
        "phpunit/phpunit": "^7.0",
        "tanmuhittin/laravel-google-translate": "^1.0"
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true
    },
    "extra": {
        "laravel": {
            "dont-discover": []
        }
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/"
        },
        "classmap": [
            "database/seeds",
            "database/factories",
            "app/Library/Helpers"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "scripts": {
        "post-autoload-dump": [
            "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
            "@php artisan package:discover --ansi"
        ],
        "post-root-package-install": [
            "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "@php artisan key:generate --ansi"
        ]
    }
}

from laravel-client.

DigitalSagittarius avatar DigitalSagittarius commented on June 30, 2024

this is my composer.json can you detail it to me please

from laravel-client.

Namoshek avatar Namoshek commented on June 30, 2024

Your composer.json says you are using Laravel 6 ("laravel/framework": "^6.0.0"), which is not supported by this package. We require Laravel 7 or 8 for compatibility reasons. Also is the required PHP version too low (which shouldn't matter if you are running on PHP 7.4 or PHP 8.0).

For reference, packages starting with illuminate in the composer.json are modules of the Laravel framework:

"require": {
"php": "^7.4|^8.0",
"illuminate/config": "~7.0|~8.0",
"illuminate/support": "~7.0|~8.0",
"php-mqtt/client": "^1.0"
},

If you are unable to upgrade to Laravel 7 or 8, you might want to use the php-mqtt/client directly. This package here only provides a convenience mapper around the actual client with some configuration sweetness. You absolutely can run the client without it though.

from laravel-client.

DigitalSagittarius avatar DigitalSagittarius commented on June 30, 2024

thankyou @Namoshek

from laravel-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.