Giter VIP home page Giter VIP logo

Comments (6)

jalogut avatar jalogut commented on July 16, 2024

Same problem here.
In case that it helps to fix the problem. I once faced something similar in one of my projects. I changed the composer package name and then composer did not find it anymore. I do not know if it is the same problem but in my case I needed to remove and add again the package into Packagist.org.
Opening an issue into composer/packagist might also help. They are quite fast replying.

from cachetool.

gordalina avatar gordalina commented on July 16, 2024

It may have to do with composer dependencies and your project's dependencies.
What's your use case that prevents you from using the phar file?

from cachetool.

jalogut avatar jalogut commented on July 16, 2024

Hi @gordalina,

We cannot install the phar because we need to install it via composer dependencies.

It has nothing to do with the dependencies in our project. If you try it in an empty composer file, the last version found is 1.11.0. I think something is wrong with Packagist when reading you project tag versions

from cachetool.

gordalina avatar gordalina commented on July 16, 2024

I was able to install the latest version with *:

$ cat composer.json && cat composer.lock | grep -A1 cachetool | grep -B1 version
{
    "name": "gordalina/cachetool-test",
    "require": {
        "gordalina/cachetool": "*"
    }
}
            "name": "gordalina/cachetool",
            "version": "2.1.0",

from cachetool.

sprankhub avatar sprankhub commented on July 16, 2024

Just tested it. This works for me now and installs 4.0.0 as expected.

from cachetool.

gordalina avatar gordalina commented on July 16, 2024

Closing due to inactivity

from cachetool.

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.