Git Product home page Git Product logo

Comments (7)

bgaillard avatar bgaillard commented on June 4, 2024

Hi @clewsk8er,

I find it strange that no folder/library was added to vendor for php-pushwoosh after installing it using composer.

Its strange, we use the library everyday on several machines Windows, Unix, etc... and have never encountered this issue.

What version of the library areyou using ? Are you sure the folder is not their, did you refresh your folders (if you update your deps in the terminal and view your files in your IDE its possible the IDE did not saw the new files...) ?

Also could you provide the content of your composer.json files ?

from php-pushwoosh.

clewsk8er avatar clewsk8er commented on June 4, 2024

composer

from php-pushwoosh.

bgaillard avatar bgaillard commented on June 4, 2024

Ok, you're problem is probably that you have 2 require in your composer.json file, it should be that instead.

...
"require" : {
    "php" : ">=5.2.4",
    "mongodb/mongodb": "^1.0.0@beta",
    "gomoob/php-pushwoosh" : "~1.0"
}
...

from php-pushwoosh.

clewsk8er avatar clewsk8er commented on June 4, 2024

Ah ok awesome. Thank you very much. Do I simply run update or install now and it will add the library?

from php-pushwoosh.

bgaillard avatar bgaillard commented on June 4, 2024

Both update or install will work.

So I close this issue as its solved, happy coding with php-pushwoosh 😄

from php-pushwoosh.

clewsk8er avatar clewsk8er commented on June 4, 2024

Ok, I am applying the fix now. Thank you so much for your time. Sorry I am such a newbie at composer.

from php-pushwoosh.

bgaillard avatar bgaillard commented on June 4, 2024

@clewsk8er no problem always happy to help :-).

from php-pushwoosh.

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.