laravel / cashier-stripe

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.
https://laravel.com/docs/billing
MIT License
2.38k stars 674 forks source link

can't install laravel cashier #836

Closed abdallahmaali closed 4 years ago

abdallahmaali commented 4 years ago

Hi I'm stuck in this problem for 2 days please help me

composer require "laravel/cashier":"~7.0"

I tun composer update/composer install always I get the following error

Composer.json

`{

"name": "laravel/laravel",

"description": "The Laravel Framework.",
"keywords": [
    "framework",
    "laravel"
],

"license": "MIT",
"type": "project",
"require": {
    "php": ">=7.2",
    "laravel/framework": "5.6.*",
    "laravelcollective/html": "5.*",
    "vsmoraes/laravel-pdf": "1.0.1",
    "propaganistas/laravel-phone": "~2.0",
    "bugsnag/bugsnag-laravel": "1.*",
    "thomaswelton/laravel-gravatar": "~1.0",
    "neitanod/forceutf8": "dev-master",
    "nicolaslopezj/searchable": "1.*",
    "chumper/datatable": "dev-develop",
    "chumper/zipper": "1.0.x",
    "tymon/jwt-auth": "dev-develop",
    "davejamesmiller/laravel-breadcrumbs": "^3.0",
    "davibennun/laravel-push-notification": "dev-laravel5",
    "brozot/laravel-fcm": "^1.0",
    "barryvdh/laravel-debugbar": "3.1.*",
    "aws/aws-sdk-php": "~3.0",
    "predis/predis": "~1.0",
    "mremi/url-shortener": "^1.0",
    "maatwebsite/excel": "~2.1.0",
    "laravel/socialite": "3.0.11",
    "tedivm/fetch": "0.6.*",
    "unisharp/laravel-filemanager": "^1.6",
    "unisharp/laravel-ckeditor": "^4.5",
    "torann/geoip": "^1.0",
    "yajra/laravel-datatables-oracle": "~6.0",
    "flowjs/flow-php-server": "^1.0",
    "doctrine/dbal": "^2.5"
},
"require-dev": {
    "phpunit/phpunit": "^7",
    "phpspec/phpspec": "^4.0",
    "symfony/dom-crawler": "3.1.*",
    "symfony/css-selector": "3.1.*",
    "fzaninotto/faker": "1.*",
    "filp/whoops": "~2.0",
    "laravel/dusk": "~3.0",
    "laravel/tinker": "^1.0",
    "codacy/coverage": "dev-master"
},
"autoload": {
    "classmap": [
        "database"
    ],
    "psr-4": {
        "App\\": "app/",
        "Tests\\": "tests/"
    }
},
"autoload-dev": {
    "classmap": [
        "tests/TestCase.php"
    ]
},
"extra": {
    "laravel": {
        "dont-discover": [
            "laravel/dusk"
        ]
    }
},
"scripts": {
    "post-install-cmd": [
        "php artisan clear-compiled"
    ],
    "post-update-cmd": [
        "php artisan clear-compiled"
    ],
    "post-create-project-cmd": [
        "php -r \"copy('.env.example', '.env');\"",
        "php artisan key:generate"
    ],
    "post-autoload-dump": [
        "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
        "@php artisan package:discover"
    ]
},
"config": {
    "preferred-install": "dist"
}

}`

Description:

` Problem 1

Installation failed, reverting ./composer.json to its original content. ➜ fav2 `

Steps To Reproduce:

driesvints commented 4 years ago

Hi there,

Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.

abdallahmaali commented 4 years ago

Sorry for that but I can’t figure it out and I made so much searching and tried so many thing and no thing works for me if you have any idea could you help me please ?

On Fri, 20 Dec 2019 at 18:49 Dries Vints notifications@github.com wrote:

Closed #836 https://github.com/laravel/cashier/issues/836.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/laravel/cashier/issues/836?email_source=notifications&email_token=ABMHV67NSZXRBGGU7AALKUDQZTZR3A5CNFSM4J577UD2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVTXL4SI#event-2901327433, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMHV627NS6WX4V25YX6I63QZTZR3ANCNFSM4J577UDQ .

--

Abdallah Maali

Email: abdallah.maali@gmail.com Mobile: +972598164229 Website: http://abmaali.com/ Palestine-Ramallah

shivam-instaveritas commented 4 years ago

I'm also facing similar issue. searched a lot for solution. but nothing helps.

aadilbashirbhat commented 3 years ago

Facing similar issue. searched a lot but still not found any solution