remove grunt from composer

This commit is contained in:
rocho 2015-09-25 09:27:11 +02:00
parent fcc18d79f6
commit 620198d835
2 changed files with 7 additions and 8 deletions

View File

@ -17,8 +17,7 @@
"php": ">=5.4.0", "php": ">=5.4.0",
"yiisoft/yii2": ">=2.0.6", "yiisoft/yii2": ">=2.0.6",
"yiisoft/yii2-bootstrap": "*", "yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*", "yiisoft/yii2-swiftmailer": "*"
"npm-asset/grunt": "^0.4.5"
}, },
"require-dev": { "require-dev": {
"yiisoft/yii2-codeception": "*", "yiisoft/yii2-codeception": "*",

12
composer.lock generated
View File

@ -459,21 +459,21 @@
}, },
{ {
"name": "yiisoft/yii2-bootstrap", "name": "yiisoft/yii2-bootstrap",
"version": "2.0.4", "version": "2.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/yiisoft/yii2-bootstrap.git", "url": "https://github.com/yiisoft/yii2-bootstrap.git",
"reference": "1b6b1e61cf91c3cdd517d6a7e71d30bb212e4af0" "reference": "1464f93834b1d5edb1f5625f7ffd6c3723fa4923"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/1b6b1e61cf91c3cdd517d6a7e71d30bb212e4af0", "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/1464f93834b1d5edb1f5625f7ffd6c3723fa4923",
"reference": "1b6b1e61cf91c3cdd517d6a7e71d30bb212e4af0", "reference": "1464f93834b1d5edb1f5625f7ffd6c3723fa4923",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"bower-asset/bootstrap": "3.3.* | 3.2.* | 3.1.*", "bower-asset/bootstrap": "3.3.* | 3.2.* | 3.1.*",
"yiisoft/yii2": ">=2.0.4" "yiisoft/yii2": ">=2.0.6"
}, },
"type": "yii2-extension", "type": "yii2-extension",
"extra": { "extra": {
@ -505,7 +505,7 @@
"bootstrap", "bootstrap",
"yii2" "yii2"
], ],
"time": "2015-05-10 22:08:17" "time": "2015-09-23 17:48:24"
}, },
{ {
"name": "yiisoft/yii2-composer", "name": "yiisoft/yii2-composer",