Skip to content

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
noumo committed May 17, 2015
1 parent 52e45e4 commit bc8f61a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
@@ -1,14 +1,14 @@
{
"name": "noumo/easyii-start",
"description": "Easy CMS based on Yii2 Framework",
"keywords": ["yii2", "cms", "control panel", "admin", "easy"],
"name": "noumo/easyii-shop",
"description": "Easyiicms simple shop with examples of all modules",
"keywords": ["yii2", "cms", "control panel", "admin", "easy", "shop"],
"homepage": "http://easyiicms.com",
"type": "project",
"license": "GNU GPL V3",
"support": {
"wiki": "http://easyiicms.com/docs",
"source": "https://github.com/noumo/easyii.git",
"issues": "https://github.com/noumo/easyii/issues"
"source": "https://github.com/noumo/easyii-shop.git",
"issues": "https://github.com/noumo/easyii-shop/issues"
},
"minimum-stability": "dev",
"require": {
Expand Down
3 changes: 3 additions & 0 deletions vendor/.gitignore
@@ -0,0 +1,3 @@
*
!.gitignore
!.htaccess

0 comments on commit bc8f61a

Please sign in to comment.