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!
When trying to find out if something can be updated, I get an error:
I'd expect an information about outdated packages and not an error.
Maybe related: #274.
Current project configuration:
The same problem happens with trying to update
php-cs-fixer: