Bump emoji detector

This commit is contained in:
Jill Stingray 2020-06-26 09:29:38 +00:00
parent 213c5410a2
commit 8f11700738
2 changed files with 386 additions and 76 deletions

View file

@ -14,7 +14,6 @@
} }
}, },
"require": { "require": {
"p3k/emoji-detector": "^0.2.1",
"guzzlehttp/guzzle": "^6.5", "guzzlehttp/guzzle": "^6.5",
"komeiji-satori/curl": "dev-master", "komeiji-satori/curl": "dev-master",
"whichbrowser/parser": "dev-master", "whichbrowser/parser": "dev-master",
@ -23,7 +22,8 @@
"rybakit/msgpack": "dev-master", "rybakit/msgpack": "dev-master",
"wapmorgan-alter/cab-archive": "0.0.7.1", "wapmorgan-alter/cab-archive": "0.0.7.1",
"wapmorgan/binary-stream": "dev-master", "wapmorgan/binary-stream": "dev-master",
"netcarver/textile": "^3.7@dev" "netcarver/textile": "^3.7@dev",
"al/emoji-detector": "9999999-dev"
}, },
"minimum-stability": "dev" "minimum-stability": "dev"
} }

458
composer.lock generated
View file

@ -4,27 +4,74 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "cd5b144aeb47f3c9f8b3d4cf09cfad22", "content-hash": "ba8b105197abfce5a80ce413e80fe1dd",
"packages": [ "packages": [
{
"name": "al/emoji-detector",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/AlmaArmas/emoji-detector-php.git",
"reference": "d817d586a5b22674d91e8203098987a1f2b2573e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AlmaArmas/emoji-detector-php/zipball/d817d586a5b22674d91e8203098987a1f2b2573e",
"reference": "d817d586a5b22674d91e8203098987a1f2b2573e",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
},
"default-branch": true,
"type": "library",
"autoload": {
"files": [
"src/Emoji.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Parecki",
"email": "aaron@parecki.com",
"homepage": "https://aaronparecki.com/"
}
],
"description": "Detect and return all emoji found in a string",
"homepage": "https://github.com/aaronpk/emoji-detector-php",
"support": {
"source": "https://github.com/AlmaArmas/emoji-detector-php/tree/0.2.3"
},
"time": "2020-06-26T09:10:17+00:00"
},
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
"version": "6.5.x-dev", "version": "6.5.x-dev",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle.git", "url": "https://github.com/guzzle/guzzle.git",
"reference": "400cefd25a23a3098486bfb52685b5367a464171" "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/400cefd25a23a3098486bfb52685b5367a464171", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
"reference": "400cefd25a23a3098486bfb52685b5367a464171", "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"guzzlehttp/promises": "^1.0", "guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.6.1", "guzzlehttp/psr7": "^1.6.1",
"php": ">=5.5" "php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.17.0"
}, },
"require-dev": { "require-dev": {
"ext-curl": "*", "ext-curl": "*",
@ -32,7 +79,6 @@
"psr/log": "^1.1" "psr/log": "^1.1"
}, },
"suggest": { "suggest": {
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
"psr/log": "Required for using the Log middleware" "psr/log": "Required for using the Log middleware"
}, },
"type": "library", "type": "library",
@ -71,7 +117,11 @@
"rest", "rest",
"web service" "web service"
], ],
"time": "2019-12-30T04:52:42+00:00" "support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/6.5"
},
"time": "2020-06-16T21:01:06+00:00"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
@ -79,24 +129,25 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/promises.git", "url": "https://github.com/guzzle/promises.git",
"reference": "ac2529fc650684c5cd687e2b462d046cdbed556e" "reference": "bbf3b200bc83c1e9298580a9f99b9be248543467"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/ac2529fc650684c5cd687e2b462d046cdbed556e", "url": "https://api.github.com/repos/guzzle/promises/zipball/bbf3b200bc83c1e9298580a9f99b9be248543467",
"reference": "ac2529fc650684c5cd687e2b462d046cdbed556e", "reference": "bbf3b200bc83c1e9298580a9f99b9be248543467",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.6" "php": ">=5.5"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^5.7.27 || ^7.5" "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.5"
}, },
"default-branch": true,
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.4-dev" "dev-master": "1.3-dev"
} }
}, },
"autoload": { "autoload": {
@ -122,7 +173,11 @@
"keywords": [ "keywords": [
"promise" "promise"
], ],
"time": "2019-12-17T17:19:17+00:00" "support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/master"
},
"time": "2020-06-21T23:10:57+00:00"
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
@ -130,12 +185,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/psr7.git", "url": "https://github.com/guzzle/psr7.git",
"reference": "e193ff330a0f28b5e5f65ed3d804f5e2a89376e3" "reference": "188cc82398f157483976ccf61bd04ee80afcf29c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/e193ff330a0f28b5e5f65ed3d804f5e2a89376e3", "url": "https://api.github.com/repos/guzzle/psr7/zipball/188cc82398f157483976ccf61bd04ee80afcf29c",
"reference": "e193ff330a0f28b5e5f65ed3d804f5e2a89376e3", "reference": "188cc82398f157483976ccf61bd04ee80afcf29c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -151,7 +206,7 @@
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
}, },
"suggest": { "suggest": {
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -193,7 +248,11 @@
"uri", "uri",
"url" "url"
], ],
"time": "2020-02-04T14:54:51+00:00" "support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/1.x"
},
"time": "2020-05-17T20:05:25+00:00"
}, },
{ {
"name": "james-heinrich/getid3", "name": "james-heinrich/getid3",
@ -201,12 +260,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/JamesHeinrich/getID3.git", "url": "https://github.com/JamesHeinrich/getID3.git",
"reference": "9c679416351c286aa90001fbb55309f6542371b4" "reference": "cde8ac014c7d8fce9af004974eff400a9ee348a6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/9c679416351c286aa90001fbb55309f6542371b4", "url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/cde8ac014c7d8fce9af004974eff400a9ee348a6",
"reference": "9c679416351c286aa90001fbb55309f6542371b4", "reference": "cde8ac014c7d8fce9af004974eff400a9ee348a6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -256,7 +315,11 @@
"php", "php",
"tags" "tags"
], ],
"time": "2020-03-15T13:38:58+00:00" "support": {
"issues": "https://github.com/JamesHeinrich/getID3/issues",
"source": "https://github.com/JamesHeinrich/getID3/tree/master"
},
"time": "2020-06-06T20:57:42+00:00"
}, },
{ {
"name": "komeiji-satori/curl", "name": "komeiji-satori/curl",
@ -276,6 +339,7 @@
"ext-curl": "*", "ext-curl": "*",
"php": ">=5.6" "php": ">=5.6"
}, },
"default-branch": true,
"type": "library", "type": "library",
"autoload": { "autoload": {
"files": [ "files": [
@ -302,6 +366,10 @@
"curl post", "curl post",
"curl upload" "curl upload"
], ],
"support": {
"issues": "https://github.com/komeiji-satori/curl/issues",
"source": "https://github.com/komeiji-satori/curl/tree/master"
},
"time": "2019-04-20T16:06:47+00:00" "time": "2019-04-20T16:06:47+00:00"
}, },
{ {
@ -327,6 +395,7 @@
"squizlabs/php_codesniffer": "3.*", "squizlabs/php_codesniffer": "3.*",
"symfony/yaml": "2.4.*" "symfony/yaml": "2.4.*"
}, },
"default-branch": true,
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
@ -355,49 +424,14 @@
"plaintext", "plaintext",
"textile" "textile"
], ],
"support": {
"irc": "irc://irc.freenode.net/textile",
"issues": "https://github.com/textile/php-textile/issues",
"source": "https://github.com/textile/php-textile",
"wiki": "https://github.com/textile/php-textile/wiki"
},
"time": "2020-01-08T21:17:22+00:00" "time": "2020-01-08T21:17:22+00:00"
}, },
{
"name": "p3k/emoji-detector",
"version": "0.2.1",
"source": {
"type": "git",
"url": "https://github.com/aaronpk/emoji-detector-php.git",
"reference": "fb0765845e554f04ccd2b594a7ab8ca44d804bab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aaronpk/emoji-detector-php/zipball/fb0765845e554f04ccd2b594a7ab8ca44d804bab",
"reference": "fb0765845e554f04ccd2b594a7ab8ca44d804bab",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "4.8"
},
"type": "library",
"autoload": {
"files": [
"src/Emoji.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Parecki",
"email": "aaron@parecki.com",
"homepage": "https://aaronparecki.com/"
}
],
"description": "Detect and return all emoji found in a string",
"homepage": "https://github.com/aaronpk/emoji-detector-php",
"time": "2017-11-30T21:02:53+00:00"
},
{ {
"name": "psr/cache", "name": "psr/cache",
"version": "dev-master", "version": "dev-master",
@ -442,6 +476,9 @@
"psr", "psr",
"psr-6" "psr-6"
], ],
"support": {
"source": "https://github.com/php-fig/cache/tree/master"
},
"time": "2019-10-04T14:04:41+00:00" "time": "2019-10-04T14:04:41+00:00"
}, },
{ {
@ -492,6 +529,9 @@
"request", "request",
"response" "response"
], ],
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
"time": "2019-08-29T13:16:46+00:00" "time": "2019-08-29T13:16:46+00:00"
}, },
{ {
@ -532,6 +572,10 @@
} }
], ],
"description": "A polyfill for getallheaders.", "description": "A polyfill for getallheaders.",
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
"time": "2019-03-08T08:55:37+00:00" "time": "2019-03-08T08:55:37+00:00"
}, },
{ {
@ -540,12 +584,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rybakit/msgpack.php.git", "url": "https://github.com/rybakit/msgpack.php.git",
"reference": "23292371282e6fe17c6c94f51c3a8a0254fb0f27" "reference": "6c8b5c119e6dd81a81a526777270e9144f9abdd4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rybakit/msgpack.php/zipball/23292371282e6fe17c6c94f51c3a8a0254fb0f27", "url": "https://api.github.com/repos/rybakit/msgpack.php/zipball/6c8b5c119e6dd81a81a526777270e9144f9abdd4",
"reference": "23292371282e6fe17c6c94f51c3a8a0254fb0f27", "reference": "6c8b5c119e6dd81a81a526777270e9144f9abdd4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -561,6 +605,7 @@
"ext-decimal": "For converting overflowed integers to Decimal objects", "ext-decimal": "For converting overflowed integers to Decimal objects",
"ext-gmp": "For converting overflowed integers to GMP objects" "ext-gmp": "For converting overflowed integers to GMP objects"
}, },
"default-branch": true,
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -584,7 +629,258 @@
"pure", "pure",
"streaming" "streaming"
], ],
"time": "2020-02-24T18:59:16+00:00" "support": {
"issues": "https://github.com/rybakit/msgpack.php/issues",
"source": "https://github.com/rybakit/msgpack.php/tree/master"
},
"funding": [
{
"url": "https://github.com/rybakit",
"type": "github"
}
],
"time": "2020-05-02T23:50:29+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "a57f8161502549a742a63c09f0a604997bf47027"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a57f8161502549a742a63c09f0a604997bf47027",
"reference": "a57f8161502549a742a63c09f0a604997bf47027",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php72": "^1.10"
},
"suggest": {
"ext-intl": "For best performance"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.17-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.17.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-06-06T08:46:27+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "7110338d81ce1cbc3e273136e4574663627037a7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7110338d81ce1cbc3e273136e4574663627037a7",
"reference": "7110338d81ce1cbc3e273136e4574663627037a7",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.17-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/master"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-06-06T08:46:27+00:00"
},
{
"name": "symfony/polyfill-php72",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "3d9c70ff1b9f6bb618f9954b2f7f760220c2b38a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/3d9c70ff1b9f6bb618f9954b2f7f760220c2b38a",
"reference": "3d9c70ff1b9f6bb618f9954b2f7f760220c2b38a",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.17-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php72/tree/master"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-06-06T08:46:27+00:00"
}, },
{ {
"name": "wapmorgan-alter/cab-archive", "name": "wapmorgan-alter/cab-archive",
@ -633,6 +929,10 @@
"reader", "reader",
"writer" "writer"
], ],
"support": {
"issues": "https://github.com/wapmorgan/BinaryStream/issues",
"source": "https://github.com/wapmorgan/BinaryStream/tree/master"
},
"time": "2018-09-26T17:10:59+00:00" "time": "2018-09-26T17:10:59+00:00"
}, },
{ {
@ -641,12 +941,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/WhichBrowser/Parser-PHP.git", "url": "https://github.com/WhichBrowser/Parser-PHP.git",
"reference": "c7b71a46f5f51b5b7284ed36a5b16c62b6f9dc8c" "reference": "4899110cd2f87b01e04ced62dbb9dec541031dee"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/WhichBrowser/Parser-PHP/zipball/c7b71a46f5f51b5b7284ed36a5b16c62b6f9dc8c", "url": "https://api.github.com/repos/WhichBrowser/Parser-PHP/zipball/4899110cd2f87b01e04ced62dbb9dec541031dee",
"reference": "c7b71a46f5f51b5b7284ed36a5b16c62b6f9dc8c", "reference": "4899110cd2f87b01e04ced62dbb9dec541031dee",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -692,7 +992,11 @@
"ua", "ua",
"useragent" "useragent"
], ],
"time": "2020-01-02T14:36:46+00:00" "support": {
"issues": "https://github.com/WhichBrowser/Parser-PHP/issues",
"source": "https://github.com/WhichBrowser/Parser-PHP/tree/master"
},
"time": "2020-02-12T10:54:23+00:00"
}, },
{ {
"name": "zadarma/user-api-v1", "name": "zadarma/user-api-v1",
@ -712,6 +1016,7 @@
"ext-curl": "*", "ext-curl": "*",
"php": ">=5.5.0" "php": ">=5.5.0"
}, },
"default-branch": true,
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -737,6 +1042,10 @@
"sip", "sip",
"zadarma" "zadarma"
], ],
"support": {
"issues": "https://github.com/zadarma/user-api-v1/issues",
"source": "https://github.com/zadarma/user-api-v1/tree/master"
},
"time": "2020-03-23T06:03:47+00:00" "time": "2020-03-23T06:03:47+00:00"
} }
], ],
@ -750,11 +1059,12 @@
"james-heinrich/getid3": 20, "james-heinrich/getid3": 20,
"rybakit/msgpack": 20, "rybakit/msgpack": 20,
"wapmorgan/binary-stream": 20, "wapmorgan/binary-stream": 20,
"netcarver/textile": 20 "netcarver/textile": 20,
"al/emoji-detector": 20
}, },
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "1.1.0" "plugin-api-version": "2.0.0"
} }