schmunk42 / yii2-packaii

Yii 2 Composer Package Toolkit
16 stars 4 forks source link

composer deps not correct #10

Closed philippfrenzel closed 10 years ago

philippfrenzel commented 10 years ago

try composer.phar update...

schmunk42 commented 10 years ago

Did this today without problems, what's your problem?

philippfrenzel commented 10 years ago

Problem 1

schmunk42 commented 10 years ago

Umm, do you use a custom repo in your composer.json? What does show cebe/yii2-gravatar say?

$ composer.phar show cebe/yii2-gravatar
name     : cebe/yii2-gravatar
descrip. : Gravatar Widget for Yii 2
keywords : gravatar, yii
versions : dev-master, * 1.1, 1.0
type     : yii2-extension
license  : MIT
source   : [git] https://github.com/cebe/yii2-gravatar.git c9c01bd14c9bdee9e5ae1ef1aad23f80c182c057
dist     : [zip] https://api.github.com/repos/cebe/yii2-gravatar/zipball/c9c01bd14c9bdee9e5ae1ef1aad23f80c182c057 c9c01bd14c9bdee9e5ae1ef1aad23f80c182c057
names    : cebe/yii2-gravatar

autoload
psr-0
cebe\gravatar\ => .

requires
yiisoft/yii2 *
philippfrenzel commented 10 years ago

name : cebe/yii2-gravatar descrip. : Gravatar Widget for Yii 2 keywords : gravatar, yii versions : * dev-master, 1.1, 1.0 type : yii2-extension license : MIT source : [git] https://github.com/cebe/yii2-gravatar.git dcb4b248f2c7980c515951251935f468e7a8d047 dist : [zip] https://api.github.com/repos/cebe/yii2-gravatar/zipball/dcb4b248f2c7980c515951251935f468e7a8d047 dcb4b248f2c7980c515951251935f468e7a8d047 names : cebe/yii2-gravatar

autoload psr-0 cebe\gravatar\ => .

requires yiisoft/yii2 *

schmunk42 commented 10 years ago

Do you have cebe/yii2-gravatar:dev-master in your root composer.json?

Von meinem iPhone gesendet

Am 26.03.2014 um 20:17 schrieb Philipp Frenzel notifications@github.com:

name : cebe/yii2-gravatar descrip. : Gravatar Widget for Yii 2 keywords : gravatar, yii versions : * dev-master, 1.1, 1.0 type : yii2-extension license : MIT source : [git] https://github.com/cebe/yii2-gravatar.git dcb4b24 dist : [zip] https://api.github.com/repos/cebe/yii2-gravatar/zipball/dcb4b248f2c7980c515951251935f468e7a8d047 dcb4b24 names : cebe/yii2-gravatar

autoload psr-0 cebe\gravatar\ => .

requires yiisoft/yii2 *

— Reply to this email directly or view it on GitHub.

philippfrenzel commented 10 years ago

yes, I changed it to 1.* for "test" and now it works like charm!!! It's really cool! I like the browser...

schmunk42 commented 10 years ago

Thx. If you don't need it in your application, just remove it from your root composer.json

If you want dev-master for some reason, you could use 'dev-master as 1.2'

Von meinem iPhone gesendet

Am 26.03.2014 um 21:55 schrieb Philipp Frenzel notifications@github.com:

yes, I changed it to 1.* for "test" and now it works like charm!!! It's really cool! I like the browser...

— Reply to this email directly or view it on GitHub.