apaoww / yii2-oci8

Yii2 Oracle Oci8 Driver
11 stars 12 forks source link

Installation via composer #1

Closed hafizchin closed 7 years ago

hafizchin commented 9 years ago

Hi, I can't seem to install your plugin using the installation guide.

For your reference, I've attached a screenshot of the error.

composer apaoww yii2-oci8

Thanks,

apaoww commented 9 years ago

Hi,

This plugin it still in development but ready to used. You can use "dev-master" instead of "~1.0"

by using this command

php composer.phar require apaoww/yii2-oci8 "dev-master"

It still new in writing yii2 plugin. I don't know how to set packagist.org to minimum-stability. I'm still learning.

So just use dev-master should be okay. I already try.