thinkBug v0.16
beta
- Build 2024-01-30
<< Zurück zur Projektauswahl
| Projekt "
Server-Anfragen mittels Client-Challenges / Server requests using client challenges
" - im
Besucher-Modus
This bug tracker is deprecated!
If possible, please report bugs via
GitHub
.
Confidential bugs can be submitted via
contact form
.
<< Vorheriger Eintrag
BUG#0000214
Nächster Eintrag >>
Bugreport: Composer does not work!
Text / Beschreibung:
Problem 1: This does not work:
$ composer require "danielmarschall/php_clientchallenge"
Error message: "Could not find a version of package danielmarschall/php_clientchallenge matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability."
I have to create composer.json directly:
[code]{
"require": {
"danielmarschall/php_clientchallenge": "*@dev"
}
}[/code]
But now I get a different error:
$ composer update
Error message:
[b]Your requirements could not be resolved to an installable set of packages.
Problem 1
- danielmarschall/php_clientchallenge dev-master requires n-other/php-sha3 *@dev -> found n-other/php-sha3[dev-master] but it does not match your minimum-stability.
- Root composer.json requires danielmarschall/php_clientchallenge *@dev -> satisfiable by danielmarschall/php_clientchallenge[dev-master].[/b]
Daniel Marschall
Kooperierender Projektleiter
Betroffene Komponente:
Standard
Betroffene Version:
Standard
Autor:
daniel-marschall
Bearbeitet von:
daniel-marschall
Priorität:
Hoch
Datum:
6. Juni 2021 02:01 Uhr
Bug#:
BUG#0000214
Status:
RESOLVED
Lösung:
INVALID
Aufgabe gelöst seit:
7. Juni 2021
Insgesamt 1 Antwort(en) vorhanden.
Not a bug.
You had to set
"minimum-stability": "dev"
in composer.json (root)
Daniel Marschall
Kooperierender Projektleiter
Autor:
daniel-marschall
Datum:
7. Juni 2021 00:03 Uhr
thinkBug © 2004 - 2024
ViaThinkSoft
thinkBug Logo © 2008
taccon software project
thinkBug v0.16
beta
- Build 2024-01-30