Skip to content

Commit

Permalink
Renamed to file-permission-calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
gisostallenberg committed Nov 27, 2015
1 parent e3978bb commit 198c77a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FilePermissions
# File Permission Calculator
Library to convert file permissions from various formats to another

## Installation
```bash
composer require gisostallenberg/file-permissions
composer require gisostallenberg/file-permission-calculator
```
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "gisostallenberg/file-permissions",
"name": "gisostallenberg/file-permission-calculator",
"description": "Library to convert file permissions from various formats to another",
"type": "library",
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
},
"autoload": {
"psr-4": {
"GisoStallenberg\\FilePermissions": "src/"
"GisoStallenberg\\FilePermissionCalculator\\": "src/"
}
}
}

0 comments on commit 198c77a

Please sign in to comment.