streams/vendor/p3k/emoji-detector/composer.json

27 lines
536 B
JSON
Raw Normal View History

2020-02-03 22:58:32 +00:00
{
"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"
}
}