diff options
author | Mario <mario@mariovavti.com> | 2021-10-22 07:46:30 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-22 07:46:30 +0000 |
commit | 22588e58f31f60586445c19031979aaffcd95714 (patch) | |
tree | 2df842da4a6a826668d95d392566e2b4a5e37399 /composer.json | |
parent | 69ba4eb0558938845fdc96957850672940965e11 (diff) | |
download | volse-hubzilla-22588e58f31f60586445c19031979aaffcd95714.tar.gz volse-hubzilla-22588e58f31f60586445c19031979aaffcd95714.tar.bz2 volse-hubzilla-22588e58f31f60586445c19031979aaffcd95714.zip |
install urlify via composer
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 177974e06..868ee5fce 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,8 @@ "twbs/bootstrap": "^5.0.1", "blueimp/jquery-file-upload": "^10.3", "desandro/imagesloaded": "^4.1", - "phpseclib/phpseclib": "~2.0" + "phpseclib/phpseclib": "~2.0", + "jbroadway/urlify": "^1.2" }, "require-dev": { "phpunit/phpunit": "^9.4", |