Skip to content

Commit b576666

Browse files
committed
Rename package from isaac/slugify-cli to iodigital-com/slugify-cli
1 parent c19b3ce commit b576666

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Installation
99

1010
Add the package as a requirement to your project:
1111

12-
$ composer require isaac/slugify-cli
12+
$ composer require iodigital-com/slugify-cli
1313

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

1616
Or as a global requirement:
1717

18-
$ composer global require isaac/slugify-cli
18+
$ composer global require iodigital-com/slugify-cli
1919

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

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
"name": "isaac/slugify-cli",
2+
"name": "iodigital-com/slugify-cli",
3+
"replace": {
4+
"isaac/slugify-cli": "*"
5+
},
36
"description": "CLI wrapper for the cocur/slugify package",
47
"type": "project",
58
"license": "MIT",

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)