Initial commit, and final commit.

This commit is contained in:
2024-03-02 11:46:07 -08:00
commit 2c8e4bc2cf
11 changed files with 376 additions and 0 deletions

10
composer.json Normal file
View File

@ -0,0 +1,10 @@
{
"name": "telepathics/yourls-emojis",
"description": "A YOURLS plugin that allows emojis in the custom short URLs",
"license": "MIT",
"homepage": "https://github.com/telepathics/yourls-emojis",
"require": {
"php": ">=7.2",
"steppinghat/emoji-detector": "^1.1"
}
}