Laravelshoppingcart: Support for Laravel 5.3?

Created on 8 Aug 2016  路  12Comments  路  Source: Crinsane/LaravelShoppingcart

Your requirements could not be resolved to an installable set of packages.

Problem 1
- Conclusion: remove laravel/framework 5.3.x-dev

There seems to be no support for the 5.3 framework. I don't think much has changed in 5.2->5.3 in regards to this package. Is there anyway I can get this to work with 5.3?

Thanks!

Most helpful comment

I'll fix this in the composer.json soon. Thanks for the headsup

All 12 comments

I'll fix this in the composer.json soon. Thanks for the headsup

Thanks for the update! Let me know if you want me to test it out when you do update to 5.3.

Thank for this nice package it works perfectly. Any easy ideas for handling the request asynchronously ?

@Crinsane any update on the Laravel 5.3 compatibility yet?

@darylgeyerii Support has been added.

help please, trying to install on laravel 5.3 fresh copy

cart

Can you please attach a copy of your composer.json file? @lolchaps

@mpash

{
    "name": "laravel/laravel",
    "description": "The Laravel Framework.",
    "keywords": ["framework", "laravel"],
    "license": "MIT",
    "type": "project",
    "require": {
        "php": ">=5.6.4",
        "laravel/framework": "5.3.*",
        "laravelcollective/html": "5.3.*"
    },
    "require-dev": {
        "fzaninotto/faker": "~1.4",
        "mockery/mockery": "0.9.*",
        "phpunit/phpunit": "~5.0",
        "symfony/css-selector": "3.1.*",
        "symfony/dom-crawler": "3.1.*"
    },
    "autoload": {
        "classmap": [
            "database"
        ],
        "psr-4": {
            "App\\": "app/"
        }
    },
    "autoload-dev": {
        "classmap": [
            "tests/TestCase.php"
        ]
    },
    "scripts": {
        "post-root-package-install": [
            "php -r \"file_exists('.env') || copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "php artisan key:generate"
        ],
        "post-install-cmd": [
            "Illuminate\\Foundation\\ComposerScripts::postInstall",
            "php artisan optimize"
        ],
        "post-update-cmd": [
            "Illuminate\\Foundation\\ComposerScripts::postUpdate",
            "php artisan optimize"
        ]
    },
    "config": {
        "preferred-install": "dist"
    }
}

Thanks! @lolchaps I'm sorry to say you'll have to wait for Packagist to accept the changes for this package. Currently it is pulling in the old version that only supports illuminate/support: 5.1.*|5.2.* illuminate/session: 5.1.*|5.2.* illuminate/events: 5.1.*|5.2.* @Crinsane can you update this? https://packagist.org/packages/gloudemans/shoppingcart

I am using the following in my composer.json file for now until a new version is released.

"gloudemans/shoppingcart": "dev-master"

@darylgeyerii That's a good quick fix for now. I've tried reaching out on twitter to @Crinsane so we'll just have to wait.

Version 2.2.0 has been tagged which will work for Laravel 5.3

@lukepolo Great that you feel you have to promote your own package on here. And great that you have all the time in the world to maintain your packages, good for you! Laravel 5.3 has been for less then 2 weeks, so it can happen that no version for 5.3 has been tagged yet.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

muhammadatallah picture muhammadatallah  路  7Comments

pelachile picture pelachile  路  8Comments

hasanali05 picture hasanali05  路  6Comments

hatamiarash7 picture hatamiarash7  路  6Comments

lagask picture lagask  路  8Comments