Skip to content

Commit

Permalink
added asset bundle & dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jul 10, 2017
1 parent f54fc02 commit 3de0828
Show file tree
Hide file tree
Showing 4 changed files with 525 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "dmstr/yii2-mermaid-asset",
"description": "Mermaid asset bundle for Yii 2.0 Framework",
"type": "library",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Tobias Munk",
"email": "tobias@diemeisterei.de"
}
],
"require": {
"bower-asset/mermaid": "^7.0.3",
"yiisoft/yii2": "2.0.*"
},
"autoload": {
"psr-4": {
"dmstr\\web\\": ""
}
}
}
Loading

0 comments on commit 3de0828

Please sign in to comment.