phemellc / yii2-settings

Yii2 Settings Module
Other
151 stars 74 forks source link

yii2-toggle-column require problem #6

Closed dub34 closed 9 years ago

dub34 commented 9 years ago

Hi. Try to install your module on other project, but composer say Problem 1

How can i install it?

arisk commented 9 years ago

The package does exist: https://packagist.org/packages/pheme/yii2-toggle-column Can you paste your composer.json?

dub34 commented 9 years ago

"require": { "php": ">=5.4.0", "yiisoft/yii2": "", "yiisoft/yii2-bootstrap": "", "yiisoft/yii2-swiftmailer": "*", "dmstr/yii2-adminlte-asset": "dev-master", "wenbin1989/yii2-curl": "dev-master", "pheme/yii2-settings": "dev-master" },

I copy it from my previous project composer.json. It works, but today i have this problem.

arisk commented 9 years ago

yii2 and yii2-bootstrap seem to have an empty version "". Could this be the problem? I just did a fresh install on my local machine and everything works fine.

dub34 commented 9 years ago

i don`t know why, but it cut github from "yiisoft/yii2": "", "yiisoft/yii2-bootstrap": ""

on submit comment. :)

In composer I have "php": ">=5.4.0", "yiisoft/yii2": "", "yiisoft/yii2-bootstrap": "", "yiisoft/yii2-swiftmailer": "*", it is generate while install new yii application. What minimum stability do you have in your composer.json? in my "minimum-stability": "stable", Can you get me your skype, it will be much simple to talk

arisk commented 9 years ago

You're right, it has to do with the stability settings. I just tagged a release so now it should be working fine for you. You can use code blocks so GitHub doesn't try to parse your code as markdown. https://help.github.com/articles/github-flavored-markdown/#fenced-code-blocks