Kdyby\Translation problém s verziou Nette

Upozornění: Tohle vlákno je hodně staré a informace nemusí být platné pro současné Nette.
Čamo
Člen | 798
+
0
-

Zdravím,
chcel som natiahnuť Kdyby/Translation cez composer require Kdyby\Translation ale vyhodilo mi to chybu v ktorej sa píše, že niektoré balíčky niesú v požadovanej verzii napr.

Problem 1
   - The requested package nette/application (locked at v2.3.5, required as ^2.4) is satisfiable by nette/application[v2.3.5] but these conflict with your requirements or minimum-stability.
 Problem 2
   - The requested package nette/bootstrap (locked at v2.3.3, required as ^2.4.1) is satisfiable by nette/bootstrap[v2.3.3] but these conflict with your requirements or minimum-stability.
 Problem 3
   - The requested package nette/caching (locked at v2.3.3, required as ^2.5) is satisfiable by nette/caching[v2.3.3] but these conflict with your requirements or minimum-stability.
 Problem 4
   - The requested package nette/database (locked at v2.3.6, required as ^2.4) is satisfiable by nette/database[v2.3.6] but these conflict with your requirements or minimum-stability.

Kdyby\Translation nemá žiadnu „stable“ verziu?

Editoval Čamo (2. 2. 2017 10:03)

Oli
Člen | 1215
+
0
-

Pro nette 2.4 musis natahnout dev-master. Nette 2.3 by mělo fungovat na nějaký stable verzi.

Čamo
Člen | 798
+
0
-

No mám v composer.json direktívu „minimum-stability“: „stable“
To podľa mňa znamená, že všetky balíčky, ktoré composer natiahne by mali byť v stable verzii. Či nie?

Oli
Člen | 1215
+
0
-

Myslím že jo. A právě ty máš nette 2.4 a pro to není stable, takže ti to neprojde. Používám

"minimum-stability": "dev",
"prefer-stable": true,
Čamo
Člen | 798
+
0
-

Toto vyzerá ako schodná cesta. Díky.