Giter Site home page Giter Site logo

Comments (4)

ramunasd avatar ramunasd commented on June 25, 2024

composer install will install required versions

from satisfy.

dgrothaus-mc avatar dgrothaus-mc commented on June 25, 2024

composer install Won't do anything, as the composer.lock file would have to change prior to that command. But the lock file will never change without any way of updating.

composer install would work, if Satisfy had been installed by cloning this repository and updating the install with a git pull

In your README your described way of installing is by running composer create-project. This way of installing creates it's own composer.lock which is totally independent from the composer.lock you're checking into this repository. The way create-project works is to use the latest package of playbloom/satisfy, install all dependencies from composer.json and to create a new composer.lock file for the created project.

The usual way would be to run composer update to update it's requirements. But playbloom/satisfy is not a requirement listed in composer.json, so running an update wont't update Satisfy itself, just the other requirements.

I expected playbloom/satisfy to be a requirement of the project and a post-update script in composer.json to handle updates for Satisfy. But this project has neither. So I'm kindly asking again. How to update an existing installation that was created without git by running the preferred method described in the README file of creating a composer project.

from satisfy.

ramunasd avatar ramunasd commented on June 25, 2024

Any README fixes are welcome. I would be happy to review your PR

from satisfy.

dgrothaus-mc avatar dgrothaus-mc commented on June 25, 2024

I'd be happy to improve the README. But what's the proper way to install Satisfy? By cloning the repository or by creating a new composer project based on Satisfy?

from satisfy.

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.