aboutsummaryrefslogtreecommitdiffstats
path: root/library/urlify/composer.json
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-10-22 08:07:19 +0000
committerMario <mario@mariovavti.com>2021-10-22 08:07:19 +0000
commit8bae40449f2a5bfcc6ef86f82be1e15bdb9b9acd (patch)
tree0ec6ef6ebfff3b9e07fb90df99b6caba654eccb6 /library/urlify/composer.json
parentbc3bb4694a7bd3f41a08c4676db6dc999790d5e6 (diff)
downloadvolse-hubzilla-8bae40449f2a5bfcc6ef86f82be1e15bdb9b9acd.tar.gz
volse-hubzilla-8bae40449f2a5bfcc6ef86f82be1e15bdb9b9acd.tar.bz2
volse-hubzilla-8bae40449f2a5bfcc6ef86f82be1e15bdb9b9acd.zip
remove library/urlify and use vendor/jbroadway/urlify instead
Diffstat (limited to 'library/urlify/composer.json')
-rw-r--r--library/urlify/composer.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/library/urlify/composer.json b/library/urlify/composer.json
deleted file mode 100644
index 2d95f6aa6..000000000
--- a/library/urlify/composer.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "jbroadway/urlify",
- "type": "library",
- "description": "PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.",
- "keywords": ["urlify","transliterate","translit","transliteration","url","encode","slug","link","iconv"],
- "homepage": "https://github.com/jbroadway/urlify",
- "license": "MIT",
- "authors": [
- {
- "name": "Johnny Broadway",
- "email": "johnny@johnnybroadway.com",
- "homepage": "http://www.johnnybroadway.com/"
- }
- ],
- "require": {
- "php": ">=5.3.0"
- },
- "autoload": {
- "psr-0": { "URLify": "" }
- }
-}