diff options
author | Mario <mario@mariovavti.com> | 2020-08-22 21:32:06 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-08-22 21:32:06 +0200 |
commit | 3b865d432ff24532b4a5e6917e23fc42b0d7fcaf (patch) | |
tree | 65bc81e92f02cbf253c5ab2d92e9c3f2bd2cb39e /vendor/pear/text_languagedetect/composer.json | |
parent | 646dce7765b36afab5c1688c51ebab48a214864e (diff) | |
download | volse-hubzilla-3b865d432ff24532b4a5e6917e23fc42b0d7fcaf.tar.gz volse-hubzilla-3b865d432ff24532b4a5e6917e23fc42b0d7fcaf.tar.bz2 volse-hubzilla-3b865d432ff24532b4a5e6917e23fc42b0d7fcaf.zip |
Revert "composer update pear/text_languagedetect"
This reverts commit 646dce7765b36afab5c1688c51ebab48a214864e
Diffstat (limited to 'vendor/pear/text_languagedetect/composer.json')
-rw-r--r-- | vendor/pear/text_languagedetect/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/pear/text_languagedetect/composer.json b/vendor/pear/text_languagedetect/composer.json index a65a17d40..fc94c6506 100644 --- a/vendor/pear/text_languagedetect/composer.json +++ b/vendor/pear/text_languagedetect/composer.json @@ -27,6 +27,6 @@ "ext-mbstring": "May require the mbstring PHP extension" }, "require-dev": { - "phpunit/phpunit": "8.*|9.*" + "phpunit/phpunit": "*" } } |