streams/vendor/p3k/emoji-detector/composer.json
2020-02-04 09:58:32 +11:00

26 lines
536 B
JSON

{
"name": "p3k/emoji-detector",
"description": "Detect and return all emoji found in a string",
"type": "library",
"license": "MIT",
"homepage": "https://github.com/aaronpk/emoji-detector-php",
"authors": [
{
"name": "Aaron Parecki",
"email": "aaron@parecki.com",
"homepage": "https://aaronparecki.com/"
}
],
"autoload": {
"files": [
"src/Emoji.php"
]
},
"minimum-stability": "dev",
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "4.8"
}
}