Skip to content

Commit

Permalink
Change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Walther Lalk committed Jan 14, 2014
1 parent e8b3f8c commit 70ded98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .semver
@@ -1,5 +1,5 @@
---
:major: 1
:minor: 0
:patch: 0
:patch: 1
:special: ''
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -18,14 +18,14 @@ Requirements
Installation
------------

Add to your composer.json file (dakota/CakeExcel)
Add to your composer.json file (dakota/cake-excel)
```
"dakota/CakeExcel": ">=1.0"
"dakota/cake-excel": ">=1.0"
```

Or run
```
composer require "dakota/CakeExcel >=1.0"
composer require "dakota/cake-excel >=1.0"
```

Usage
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,5 +1,5 @@
{
"name": "dakota/CakeExcel",
"name": "dakota/cake-excel",
"type": "cakephp-plugin",
"description": "CakePHP excel generator",
"keywords": [
Expand Down

0 comments on commit 70ded98

Please sign in to comment.