Skip to content

Commit

Permalink
composer.json: Fix PSR-4 package path
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenJB committed Mar 30, 2017
1 parent 7857ba6 commit 95eb9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Use version 1 for compatibility with PHP 5.6. Version 2+ require PHP 7.1+
Via Composer

``` bash
$ composer require AllenJB/MigrationManager
$ composer require allenjb/migrationmanager
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"autoload": {
"psr-4": {
":vendor\\:package_name\\": "src"
"allenjb\\migrationmanager\\": "src"
}
}
}

0 comments on commit 95eb9e5

Please sign in to comment.