Skip to content

Commit

Permalink
Change package name to baum/baum.
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepat committed May 4, 2013
1 parent eed4016 commit fe51339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "etrepat/baum",
"name": "baum/baum",
"type": "library",
"description": "Baum is an implementation of the Nested Set pattern for Eloquent models.",
"keywords": ["nested set", "laravel 4", "eloquent", "database"],
"keywords": ["nested set", "laravel", "laravel 4", "eloquent", "database"],
"license": "MIT",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/Baum/BaumServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class BaumServiceProvider extends ServiceProvider {
* @return void
*/
public function boot() {
$this->package('etrepat/baum');
$this->package('baum/baum');
}

/**
Expand Down

0 comments on commit fe51339

Please sign in to comment.