We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9bf24 commit b8e0098Copy full SHA for b8e0098
README.md
@@ -9,7 +9,7 @@ The preferred way to install this extension is through [composer](http://getcomp
9
Either run
10
11
```
12
-php composer.phar require --prefer-dist matthew-p/yii2-services "*"
+php composer.phar require --prefer-dist kakadu-dev/yii2-enum "@dev"
13
14
15
or add
@@ -130,4 +130,4 @@ DetailView::widget([
130
$form->field($model, 'status')->dropDownList(UserStatus::all())
131
132
133
-That's all. Check it.
+That's all. Check it.
0 commit comments