Skip to content

Commit

Permalink
Set minimum stability to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Nov 9, 2014
1 parent 5af0cd4 commit 40b9738
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
"minimum-stability": "dev",
"require": {
"yii2-krajee-base": "@dev",
"yii2-widget-activeform": "*",
"yii2-widget-affix": "*",
"yii2-widget-alert": "*",
"yii2-widget-colorinput": "*",
"yii2-widget-datepicker": "*",
"yii2-widget-datetimepicker": "*",
"yii2-widget-depdrop": "*",
"yii2-widget-fileinput": "*",
"yii2-widget-growl": "*",
"yii2-widget-rangeinput": "*",
"yii2-widget-rating": "*",
"yii2-widget-select2": "*",
"yii2-widget-sidenav": "*",
"yii2-widget-spinner": "*",
"yii2-widget-switchinput": "*",
"yii2-widget-timepicker": "*",
"yii2-widget-touchspin": "*",
"yii2-widget-typeahead": "*"
"yii2-widget-activeform": "@dev",
"yii2-widget-affix": "@dev",
"yii2-widget-alert": "@dev",
"yii2-widget-colorinput": "@dev",
"yii2-widget-datepicker": "@dev",
"yii2-widget-datetimepicker": "@dev",
"yii2-widget-depdrop": "@dev",
"yii2-widget-fileinput": "@dev",
"yii2-widget-growl": "@dev",
"yii2-widget-rangeinput": "@dev",
"yii2-widget-rating": "@dev",
"yii2-widget-select2": "@dev",
"yii2-widget-sidenav": "@dev",
"yii2-widget-spinner": "@dev",
"yii2-widget-switchinput": "@dev",
"yii2-widget-timepicker": "@dev",
"yii2-widget-touchspin": "@dev",
"yii2-widget-typeahead": "@dev"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 40b9738

Please sign in to comment.