Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mootensai committed Jun 27, 2015
1 parent 1facf56 commit d27864b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "mootensai/yii2-jsblock",
"description": "Embed Javascript block with IDE checking",
"keywords": ["yii2", "javascript","block"],
"type": "yii2-extension",
"authors": [
{
"name": "mdmunir",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"mootensai\\components\\": ""
}
}
}

0 comments on commit d27864b

Please sign in to comment.