add stringy dependency

This commit is contained in:
Ben Harris 2017-04-05 01:10:15 -04:00
parent b27510bd56
commit 0d6c7857d6
2 changed files with 356 additions and 3 deletions

View File

@ -13,7 +13,8 @@
"team-reflex/discord-php": "dev-develop",
"guzzlehttp/guzzle": "~6.0",
"vlucas/phpdotenv": "^2.4",
"rybakit/msgpack": "^0.2.2"
"rybakit/msgpack": "^0.2.2",
"voku/stringy": "^2.2"
},
"autoload": {
"psr-4": {

356
composer.lock generated
View File

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "702a26582086028d1ae8ebbe2d73edc4",
"content-hash": "f6ce56280951cb9d10beb2e062f6de08",
"hash": "676653468ab450908cc80f8e315b4ac6",
"content-hash": "c419b7e23d4287a3eb4ed04700ff50e4",
"packages": [
{
"name": "TrafficCophp/ByteBuffer",
@ -2005,6 +2005,52 @@
"description": "An unofficial API to interact with the voice and text service Discord.",
"time": "2017-02-14 07:16:32"
},
{
"name": "true/punycode",
"version": "v2.1.1",
"source": {
"type": "git",
"url": "https://github.com/true/php-punycode.git",
"reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
"reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"symfony/polyfill-mbstring": "^1.3"
},
"require-dev": {
"phpunit/phpunit": "~4.7",
"squizlabs/php_codesniffer": "~2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"TrueBV\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Renan Gonçalves",
"email": "renan.saddam@gmail.com"
}
],
"description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
"homepage": "https://github.com/true/php-punycode",
"keywords": [
"idna",
"punycode"
],
"time": "2016-11-16 10:37:54"
},
{
"name": "vlucas/phpdotenv",
"version": "v2.4.0",
@ -2055,6 +2101,312 @@
],
"time": "2016-09-01 10:05:43"
},
{
"name": "voku/anti-xss",
"version": "2.1.3",
"source": {
"type": "git",
"url": "https://github.com/voku/anti-xss.git",
"reference": "c5ef94790d9ed8654f1bccfeb6b397cf1fb87d88"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/voku/anti-xss/zipball/c5ef94790d9ed8654f1bccfeb6b397cf1fb87d88",
"reference": "c5ef94790d9ed8654f1bccfeb6b397cf1fb87d88",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"voku/portable-utf8": "~3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"voku\\helper\\": "src/voku/helper/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "EllisLab Dev Team",
"homepage": "http://ellislab.com/"
},
{
"name": "Lars Moelleken",
"email": "lars@moelleken.org",
"homepage": "http://www.moelleken.org/"
}
],
"description": "anti xss-library",
"homepage": "https://github.com/voku/anti-xss",
"keywords": [
"anti-xss",
"clean",
"security",
"xss"
],
"time": "2017-04-04 17:07:59"
},
{
"name": "voku/email-check",
"version": "1.1.8",
"source": {
"type": "git",
"url": "https://github.com/voku/email-check.git",
"reference": "11abc565ed5a41585f94bcf86eb0fc71fbd751f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/voku/email-check/zipball/11abc565ed5a41585f94bcf86eb0fc71fbd751f0",
"reference": "11abc565ed5a41585f94bcf86eb0fc71fbd751f0",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"true/punycode": "~2.0",
"voku/portable-utf8": "~3.0"
},
"require-dev": {
"fzaninotto/faker": "~1.5",
"phpunit/phpunit": "~4.0"
},
"suggest": {
"ext-intl": "Use Intl for best performance"
},
"type": "library",
"autoload": {
"psr-4": {
"voku\\helper\\": "src/voku/helper/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lars Moelleken",
"homepage": "http://www.moelleken.org/"
}
],
"description": "email-check (syntax, dns, trash, ...) library",
"homepage": "https://github.com/voku/email-check",
"keywords": [
"check-email",
"email",
"mail",
"mail-check",
"validate-email",
"validate-email-address",
"validate-mail"
],
"time": "2016-10-29 13:31:58"
},
{
"name": "voku/portable-utf8",
"version": "3.1.17",
"source": {
"type": "git",
"url": "https://github.com/voku/portable-utf8.git",
"reference": "7fb737ddebc7801f9572daeec9f64cf7cc111088"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/voku/portable-utf8/zipball/7fb737ddebc7801f9572daeec9f64cf7cc111088",
"reference": "7fb737ddebc7801f9572daeec9f64cf7cc111088",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"symfony/polyfill": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
},
"suggest": {
"ext-iconv": "Use iconv for best performance",
"ext-intl": "Use Intl for best performance",
"ext-mbstring": "Use Mbstring for best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
}
},
"autoload": {
"psr-4": {
"voku\\": "src/voku/"
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"(Apache-2.0 or GPL-2.0)"
],
"authors": [
{
"name": "Hamid Sarfraz",
"homepage": "http://pageconfig.com/"
},
{
"name": "Lars Moelleken",
"homepage": "http://www.moelleken.org/"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
}
],
"description": "Portable UTF-8 library with polyfill / shim for Iconv, Intl, Mbstring, Normalizrer etc.",
"homepage": "https://github.com/voku/portable-utf8",
"keywords": [
"UTF",
"clean",
"php",
"unicode",
"utf-8",
"utf8"
],
"time": "2017-04-05 02:20:36"
},
{
"name": "voku/stringy",
"version": "2.2.35",
"source": {
"type": "git",
"url": "https://github.com/voku/Stringy.git",
"reference": "252b5fa89047286c3294fd2872e6f47cc8b129c3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/voku/Stringy/zipball/252b5fa89047286c3294fd2872e6f47cc8b129c3",
"reference": "252b5fa89047286c3294fd2872e6f47cc8b129c3",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"voku/anti-xss": "~2.1",
"voku/email-check": "~1.1",
"voku/portable-utf8": "~3.1",
"voku/urlify": "~2.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Stringy\\": "src/"
},
"files": [
"src/Create.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lars Moelleken",
"email": "lars@moelleken.org",
"homepage": "http://www.moelleken.org/",
"role": "Fork-Maintainer"
},
{
"name": "Daniel St. Jules",
"email": "danielst.jules@gmail.com",
"homepage": "http://www.danielstjules.com",
"role": "Maintainer"
}
],
"description": "A string manipulation library with multibyte support",
"homepage": "https://github.com/danielstjules/Stringy",
"keywords": [
"UTF",
"helpers",
"manipulation",
"methods",
"multibyte",
"string",
"utf-8",
"utility",
"utils"
],
"time": "2017-03-09 21:52:59"
},
{
"name": "voku/urlify",
"version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/voku/urlify.git",
"reference": "5fea0619dd4d923e2e45d5d804e8dec3f156a719"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/voku/urlify/zipball/5fea0619dd4d923e2e45d5d804e8dec3f156a719",
"reference": "5fea0619dd4d923e2e45d5d804e8dec3f156a719",
"shasum": ""
},
"require": {
"php": ">=5.3",
"voku/portable-utf8": "~3.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"voku\\helper\\": "src/voku/helper/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Lars Moelleken",
"email": "lars@moelleken.org",
"homepage": "http://moelleken.org/"
},
{
"name": "Johnny Broadway",
"email": "johnny@johnnybroadway.com",
"homepage": "http://www.johnnybroadway.com/"
}
],
"description": "PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.",
"homepage": "https://github.com/voku/urlify",
"keywords": [
"encode",
"iconv",
"link",
"slug",
"translit",
"transliterate",
"transliteration",
"url",
"urlify"
],
"time": "2017-03-18 04:11:38"
},
{
"name": "wyrihaximus/react-guzzle-http-client",
"version": "3.0.3",