Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Nov 8, 2014
1 parent 51814a8 commit 19a740b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ColorInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @since 1.0
* @see http://twitter.github.com/typeahead.js/examples
*/
class ColorInput extends \kartik\form\Html5Input
class ColorInput extends \kartik\base\Html5Input
{
/**
* @var boolean whether to use the native HTML5 color input
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
],
"minimum-stability": "stable",
"require": {
"kartik-v/yii2-krajee-base": "*",
"kartik-v/yii2-widget-activeform": "*"
"kartik-v/yii2-krajee-base": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 19a740b

Please sign in to comment.