Upload files to 'user'
This commit is contained in:
30
user/composer.json
Normal file
30
user/composer.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "steppinghat/emoji-detector",
|
||||
"description": "Detect and validate emoji in an input string",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/steppinghat/emoji-detector",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Javan Eskander",
|
||||
"homepage": "https://javaneskander.com"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"SteppingHat\\EmojiDetector\\": "src/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"require": {
|
||||
"php": ">=7.1",
|
||||
"ext-mbstring": "*",
|
||||
"ext-json": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/phpunit-bridge": "^5.0@dev"
|
||||
},
|
||||
"scripts": {
|
||||
"generate-map": "SteppingHat\\EmojiDetector\\MapGenerator::generateMap"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user