Skip to content

Commit

Permalink
Rename package from isaac/slugify-cli to iodigital-com/slugify-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Aad Mathijssen committed Jul 2, 2024
1 parent c19b3ce commit b576666
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Installation

Add the package as a requirement to your project:

$ composer require isaac/slugify-cli
$ composer require iodigital-com/slugify-cli

This will install the `slugify-cli` script to the `vendor/bin` folder of the project.

Or as a global requirement:

$ composer global require isaac/slugify-cli
$ composer global require iodigital-com/slugify-cli

This will install the `slugify` script to the `$HOME/.composer/vendor/bin` folder.

Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "isaac/slugify-cli",
"name": "iodigital-com/slugify-cli",
"replace": {
"isaac/slugify-cli": "*"
},
"description": "CLI wrapper for the cocur/slugify package",
"type": "project",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b576666

Please sign in to comment.