Skip to content

"phive outdated" fails: No matching release found for php-cs-fixer" #445

Description

@cweiske

When trying to find out if something can be updated, I get an error:

$ phive outdated
Phive 0.15.3 - Copyright (C) 2015-2025 by Arne Blankerts, Sebastian Heuer and Contributors
Downloading https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/releases?per_page=100
[ERROR]    No matching release found for php-cs-fixer! 

I'd expect an information about outdated packages and not an error.

Maybe related: #274.

Current project configuration:

$ cat .phive/phars.xml 
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
  <phar name="php-cs-fixer" version="^3.57.1" installed="3.57.1" location="./tools/php-cs-fixer" copy="true"/>
</phive>

The same problem happens with trying to update php-cs-fixer:

$ phive update php-cs-fixer
Phive 0.15.3 - Copyright (C) 2015-2025 by Arne Blankerts, Sebastian Heuer and Contributors
Downloading https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/releases?per_page=100
[ERROR]    No matching release found for php-cs-fixer! 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions