Skip to content

Commit

Permalink
remove fxp assets plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Terentev committed Mar 17, 2018
1 parent 82f1239 commit 9f636a2
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,19 @@
}
],
"require": {
"yiisoft/yii2": "~2.0",
"bower-asset/eonasdan-bootstrap-datetimepicker": "~4.0"
"yiisoft/yii2": "^2.0",
"bower-asset/eonasdan-bootstrap-datetimepicker": "^4.17",
"bower-asset/moment": "^2.21"
},
"autoload": {
"psr-4": {
"trntv\\yii\\datetime\\": "src/"
}
},
"config": {
"process-timeout": 1800
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
}
]
}

0 comments on commit 9f636a2

Please sign in to comment.