Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Samoylov committed Jan 11, 2016
1 parent f30425b commit 0c3942d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "lagman/yii2-eav",
"name": "yarcode/yii2-eav",
"description": "EAV for Yii2",
"license": "MIT",
"keywords": ["yii2", "eav"],
Expand All @@ -14,11 +14,11 @@
"minimum-stability": "dev",
"require": {
"php":">=5.4.0",
"yiisoft/yii2": "*"
"yiisoft/yii2": "*"
},
"autoload": {
"psr-4": {
"lagman\\eav\\": "./src"
"yarcode\\eav\\": "./src"
}
}
}
}

0 comments on commit 0c3942d

Please sign in to comment.