GithubHelp home page GithubHelp logo

Laravel 8 about laravel-ses HOT 4 CLOSED

juhasev avatar juhasev commented on August 24, 2024
Laravel 8

from laravel-ses.

Comments (4)

juhasev avatar juhasev commented on August 24, 2024

Planning on updating it next week as we migrate our entire project to Laravel 8. Feel free to create a PR if you want to contribute. Should be as simple as rolling up the laravel version and making sure unit tests still pass.

from laravel-ses.

piep14 avatar piep14 commented on August 24, 2024

Hello @juhasev

I saw that you have updated your package. However, the update is not working. Here are the errors reported:

    - Installation request for juhasev/laravel-ses ^1.1 -> satisfiable by juhasev/laravel-ses[v1.1.0, v1.1.1, v1.1.2, v1.1.3].
    - Can only install one of: guzzlehttp/guzzle[7.3.0, 6.5.x-dev].
    - Can only install one of: guzzlehttp/guzzle[6.5.x-dev, 7.3.0].
    - Can only install one of: guzzlehttp/guzzle[6.5.x-dev, 7.3.0].
    - Conclusion: install guzzlehttp/guzzle 6.5.x-dev
    - Installation request for guzzlehttp/guzzle (locked at 7.3.0, required as ^7.0.1) -> satisfiable by guzzlehttp/guzzle[7.3.0].```

from laravel-ses.

juhasev avatar juhasev commented on August 24, 2024

Try removing your guzzle dependency in your local project. It seems like your project is loading a outdated guzzle package. This package is bundled with Laravel so I recommend you change you references to do

use Illuminate\Support\Facades\Http;

See the details. This only works on Laravel 7+.

See https://laravel.com/docs/8.x/http-client

from laravel-ses.

juhasev avatar juhasev commented on August 24, 2024

Can you post your composer.json? If you are on Laravel 8 try the dev-master branch. In your composer.json use

"juhasev/laravel-ses": "dev-master"

I have not yet published a tag for Laravel 8

from laravel-ses.

Related Issues (10)

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.