我成功安裝了composer和xampp with PHP version 7.1.8
但我無法下載文件,每當我運行命令時我每次都得到[InvalidArgumentException]
錯誤,我不知道如何下載所有需要的文件或解決這個問題。無法從GitHub下載依賴關係文件
下面是完整的錯誤
C:\xampp\htdocs\test>composer require Majestcx/OpenLoad-Downloader
[InvalidArgumentException]
Could not find package Majestcx/OpenLoad-Downloader at any version for your minimum-stability (stable). Check the p
ackage spelling or your minimum-stability
require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-suggest] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--] [<packages>]...
它將與'composer require Majestcx/OpenLoad-Downloader「一起下載4. *」'它不工作的原因是,沒有發佈https://github.com/Majestcx/OpenLoad-Downloader/releases –
@SahilGulati謝謝你的回答我嘗試過但仍然失敗'在任何版本中都找不到所需的軟件包majestcx/openload-downloader,軟件包名稱中可能有拼寫錯誤.'你能幫我進一步嗎 – Rtra
@SahilGulati if它工作在你的最後可以分享我所有的zip文件下載的文件? – Rtra