1
0
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:
Daniel St. Jules
2013-07-11 19:55:29 -04:00
parent 5e621b6cd1
commit ff7e907b9b
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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",