mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-12 16:24:00 +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:
|
If you're using Composer to manage dependencies, you can include the following in your composer.json file:
|
||||||
|
|
||||||
"require": {
|
"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:
|
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.",
|
"description": "A PHP library with a variety of multibyte string manipulation functions.",
|
||||||
"keywords": ["multibyte", "string", "manipulation", "utf-8", "helpers", "utils"],
|
"keywords": ["multibyte", "string", "manipulation", "utf-8", "helpers", "utils"],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
Reference in New Issue
Block a user