Code Monkey home page Code Monkey logo

social-auth-container's Issues

Error while installing container

Hi!

I've noticed a bug during installation of container.
Command composer require apiato/social-auth-container or composer require apiato/social-auth-container -W throws this error:

 Problem 1
    - apiato/social-auth-container[v3.1.2, ..., 3.x-dev] require apiato/core dev-master -> found apiato/core[dev-master] but it conflicts with your root composer.json require (^6.2.5).
    - Root composer.json requires apiato/social-auth-container ^3.1 -> satisfiable by apiato/social-auth-container[v3.1.2, 3.x-dev].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

I tried to specify in composer.json:

{
    "require": {
        "apiato/core": "dev-master",
    }
}

But many providers has changed (and is necessary to update all dependencies in Providers).

How can I solve this? If necessary, I can make a PR to this repository with fix

SocialAuth Missing AppSection directory

On SocialAuth AppSection is missing in SocialAuth\Tasks :
use App\Containers\User\Data\Repositories\UserRepository;
should be:
use App\Containers\AppSection\User\Data\Repositories\UserRepository;

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.