Code Monkey home page Code Monkey logo

Comments (4)

SimplyCorey avatar SimplyCorey commented on July 23, 2024

@stojankukrika Please post your composer.json file.

from simple-sms.

stojankukrika avatar stojankukrika commented on July 23, 2024

{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": [
"framework",
"laravel"
],
"license": "MIT",
"type": "project",
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.2.",
"netshell/paypal": "dev-master",
"laravelcollective/html": "5.2.
",
"laracasts/flash": "~2.0",
"yajra/laravel-datatables-oracle": "~6.10.1",
"mews/captcha": "~2.1",
"cartalyst/sentinel": "2.0.",
"barryvdh/laravel-dompdf": "0.6.
",
"tymon/jwt-auth": "1.0.0-alpha.2",
"dingo/api": "1.0.0-beta3",
"maddhatter/laravel-fullcalendar": "~1.2.4",
"laravel/cashier": "~5.0.15",
"intervention/image": "~2.3.7",
"pusher/pusher-php-server": "~2.3",
"spatie/laravel-backup": "~3.5",
"league/flysystem-dropbox": "~1.0.4",
"venturecraft/revisionable": "1.27.",
"efriandika/laravel-settings": "~1.2.3",
"league/flysystem-aws-s3-v3": "~1.0.10",
"aloha/twilio": "~2.0.0",
"stripe/stripe-php": "~3.0",
"omnipay/paypal": "~2.5.4",
"omnipay/common": "~2.3.4",
"ignited/laravel-omnipay": "~2.1.0",
"paypal/adaptivepayments-sdk-php":"~3.9.2",
"cartalyst/stripe-laravel": "~2.0.3",
"simplesoftwareio/simple-sms": "~2"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.",
"phpunit/phpunit": "~4.0",
"symfony/css-selector": "2.8.
|3.0.",
"symfony/dom-crawler": "2.8.
|3.0.*"
},
"autoload": {
"classmap": [
"database"
],
"psr-4": {
"App": "app/"
}
},
"autoload-dev": {
"classmap": [
"tests/TestCase.php"
]
},
"scripts": {
"post-root-package-install": [
"php -r "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"
}
}

from simple-sms.

SimplyCorey avatar SimplyCorey commented on July 23, 2024

cartalyst/stripe-laravel is conflicting with the package and needs to be upgrading to version ~4. cartalyst/stripe-laravel ~2 is using an older guzzle package which conflicts with the guzzle package required by simple-sms.

Changing "cartalyst/stripe-laravel": "~2.0.3", to "cartalyst/stripe-laravel": "~4", will solve the conflict.

from simple-sms.

stojankukrika avatar stojankukrika commented on July 23, 2024

Thank you very much! Great! It's works! You are the best! πŸ‘

from simple-sms.

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.