From 8f1170073866f4bde57a77b98cfd7f7b96e7d674 Mon Sep 17 00:00:00 2001 From: Jill Stingray Date: Fri, 26 Jun 2020 09:29:38 +0000 Subject: [PATCH] Bump emoji detector --- composer.json | 4 +- composer.lock | 458 ++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 386 insertions(+), 76 deletions(-) diff --git a/composer.json b/composer.json index b7cf6341..ef7d5ff3 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,6 @@ } }, "require": { - "p3k/emoji-detector": "^0.2.1", "guzzlehttp/guzzle": "^6.5", "komeiji-satori/curl": "dev-master", "whichbrowser/parser": "dev-master", @@ -23,7 +22,8 @@ "rybakit/msgpack": "dev-master", "wapmorgan-alter/cab-archive": "0.0.7.1", "wapmorgan/binary-stream": "dev-master", - "netcarver/textile": "^3.7@dev" + "netcarver/textile": "^3.7@dev", + "al/emoji-detector": "9999999-dev" }, "minimum-stability": "dev" } diff --git a/composer.lock b/composer.lock index 552772fb..fa789494 100644 --- a/composer.lock +++ b/composer.lock @@ -4,27 +4,74 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "cd5b144aeb47f3c9f8b3d4cf09cfad22", + "content-hash": "ba8b105197abfce5a80ce413e80fe1dd", "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", "version": "6.5.x-dev", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "400cefd25a23a3098486bfb52685b5367a464171" + "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/400cefd25a23a3098486bfb52685b5367a464171", - "reference": "400cefd25a23a3098486bfb52685b5367a464171", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", + "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.6.1", - "php": ">=5.5" + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.17.0" }, "require-dev": { "ext-curl": "*", @@ -32,7 +79,6 @@ "psr/log": "^1.1" }, "suggest": { - "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "type": "library", @@ -71,7 +117,11 @@ "rest", "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", @@ -79,24 +129,25 @@ "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "ac2529fc650684c5cd687e2b462d046cdbed556e" + "reference": "bbf3b200bc83c1e9298580a9f99b9be248543467" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/ac2529fc650684c5cd687e2b462d046cdbed556e", - "reference": "ac2529fc650684c5cd687e2b462d046cdbed556e", + "url": "https://api.github.com/repos/guzzle/promises/zipball/bbf3b200bc83c1e9298580a9f99b9be248543467", + "reference": "bbf3b200bc83c1e9298580a9f99b9be248543467", "shasum": "" }, "require": { - "php": ">=5.6" + "php": ">=5.5" }, "require-dev": { - "phpunit/phpunit": "^5.7.27 || ^7.5" + "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.5" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.3-dev" } }, "autoload": { @@ -122,7 +173,11 @@ "keywords": [ "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", @@ -130,12 +185,12 @@ "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "e193ff330a0f28b5e5f65ed3d804f5e2a89376e3" + "reference": "188cc82398f157483976ccf61bd04ee80afcf29c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/e193ff330a0f28b5e5f65ed3d804f5e2a89376e3", - "reference": "e193ff330a0f28b5e5f65ed3d804f5e2a89376e3", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/188cc82398f157483976ccf61bd04ee80afcf29c", + "reference": "188cc82398f157483976ccf61bd04ee80afcf29c", "shasum": "" }, "require": { @@ -151,7 +206,7 @@ "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" }, "suggest": { - "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { @@ -193,7 +248,11 @@ "uri", "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", @@ -201,12 +260,12 @@ "source": { "type": "git", "url": "https://github.com/JamesHeinrich/getID3.git", - "reference": "9c679416351c286aa90001fbb55309f6542371b4" + "reference": "cde8ac014c7d8fce9af004974eff400a9ee348a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/9c679416351c286aa90001fbb55309f6542371b4", - "reference": "9c679416351c286aa90001fbb55309f6542371b4", + "url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/cde8ac014c7d8fce9af004974eff400a9ee348a6", + "reference": "cde8ac014c7d8fce9af004974eff400a9ee348a6", "shasum": "" }, "require": { @@ -256,7 +315,11 @@ "php", "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", @@ -276,6 +339,7 @@ "ext-curl": "*", "php": ">=5.6" }, + "default-branch": true, "type": "library", "autoload": { "files": [ @@ -302,6 +366,10 @@ "curl post", "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" }, { @@ -327,6 +395,7 @@ "squizlabs/php_codesniffer": "3.*", "symfony/yaml": "2.4.*" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -355,49 +424,14 @@ "plaintext", "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" }, - { - "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", "version": "dev-master", @@ -442,6 +476,9 @@ "psr", "psr-6" ], + "support": { + "source": "https://github.com/php-fig/cache/tree/master" + }, "time": "2019-10-04T14:04:41+00:00" }, { @@ -492,6 +529,9 @@ "request", "response" ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/master" + }, "time": "2019-08-29T13:16:46+00:00" }, { @@ -532,6 +572,10 @@ } ], "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" }, { @@ -540,12 +584,12 @@ "source": { "type": "git", "url": "https://github.com/rybakit/msgpack.php.git", - "reference": "23292371282e6fe17c6c94f51c3a8a0254fb0f27" + "reference": "6c8b5c119e6dd81a81a526777270e9144f9abdd4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rybakit/msgpack.php/zipball/23292371282e6fe17c6c94f51c3a8a0254fb0f27", - "reference": "23292371282e6fe17c6c94f51c3a8a0254fb0f27", + "url": "https://api.github.com/repos/rybakit/msgpack.php/zipball/6c8b5c119e6dd81a81a526777270e9144f9abdd4", + "reference": "6c8b5c119e6dd81a81a526777270e9144f9abdd4", "shasum": "" }, "require": { @@ -561,6 +605,7 @@ "ext-decimal": "For converting overflowed integers to Decimal objects", "ext-gmp": "For converting overflowed integers to GMP objects" }, + "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -584,7 +629,258 @@ "pure", "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", @@ -633,6 +929,10 @@ "reader", "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" }, { @@ -641,12 +941,12 @@ "source": { "type": "git", "url": "https://github.com/WhichBrowser/Parser-PHP.git", - "reference": "c7b71a46f5f51b5b7284ed36a5b16c62b6f9dc8c" + "reference": "4899110cd2f87b01e04ced62dbb9dec541031dee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WhichBrowser/Parser-PHP/zipball/c7b71a46f5f51b5b7284ed36a5b16c62b6f9dc8c", - "reference": "c7b71a46f5f51b5b7284ed36a5b16c62b6f9dc8c", + "url": "https://api.github.com/repos/WhichBrowser/Parser-PHP/zipball/4899110cd2f87b01e04ced62dbb9dec541031dee", + "reference": "4899110cd2f87b01e04ced62dbb9dec541031dee", "shasum": "" }, "require": { @@ -692,7 +992,11 @@ "ua", "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", @@ -712,6 +1016,7 @@ "ext-curl": "*", "php": ">=5.5.0" }, + "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -737,6 +1042,10 @@ "sip", "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" } ], @@ -750,11 +1059,12 @@ "james-heinrich/getid3": 20, "rybakit/msgpack": 20, "wapmorgan/binary-stream": 20, - "netcarver/textile": 20 + "netcarver/textile": 20, + "al/emoji-detector": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "1.1.0" + "plugin-api-version": "2.0.0" }