mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-12 08:14:06 +02:00
Fix name in composer.json
This commit is contained in:
@@ -9,7 +9,7 @@ A PHP library with a variety of multibyte string manipulation functions.
|
||||
If you're using Composer to manage dependencies, you can include the following in your composer.json file:
|
||||
|
||||
"require": {
|
||||
"danielstjules/Stringy": "dev-master"
|
||||
"danielstjules/stringy": "dev-master"
|
||||
}
|
||||
|
||||
Then, after running `composer update` or `php composer.phar update`, you can load the class using Composer's autoloading:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "danielstjules/Stringy",
|
||||
"name": "danielstjules/stringy",
|
||||
"description": "A PHP library with a variety of multibyte string manipulation functions.",
|
||||
"keywords": ["multibyte", "string", "manipulation", "utf-8", "helpers", "utils"],
|
||||
"license": "MIT",
|
||||
|
Reference in New Issue
Block a user