-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
I want to install the old version 0.11.16 of phpstan
, but the installation fails when the release is not in the local cache.
phive.xml
:
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="phpstan" version="^0.11.16" installed="0.11.16" location="./tools/phpstan" copy="true"/>
</phive>
Output:
Phive 0.14.4 - Copyright (C) 2015-2020 by Arne Blankerts, Sebastian Heuer and Contributors
Downloading https://api.github.com/repos/phpstan/phpstan/releases
[ERROR] No matching release found!
The release is not listed at https://api.github.com/repos/phpstan/phpstan/releases but on https://api.github.com/repos/phpstan/phpstan/releases?page=2 but only the first page seems to be read.
cweiske