X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=66ac9361d1381eb29eda4fb0ecb6132743a4f01d;hb=9b64035231b231a374f3ee076d8de438c2230018;hp=4e485e4e9975dcfa8afdd25c2a59e910cee143da;hpb=2bda6980bbd36ef011e6c19502ea2a0fe3376d02;p=friendica.git diff --git a/composer.json b/composer.json index 4e485e4e99..66ac9361d1 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "issues": "https://github.com/friendica/friendica/issues" }, "require": { - "php": ">=7.0", + "php": ">=7.2", "ext-ctype": "*", "ext-curl": "*", "ext-dom": "*", @@ -67,7 +67,8 @@ "npm-asset/moment": "^2.24", "npm-asset/perfect-scrollbar": "0.6.16", "npm-asset/textcomplete": "^0.18.2", - "npm-asset/typeahead.js": "^0.11.1" + "npm-asset/typeahead.js": "^0.11.1", + "minishlink/web-push": "^6.0" }, "repositories": [ { @@ -94,7 +95,7 @@ }, "config": { "platform": { - "php": "7.0" + "php": "7.2" }, "autoloader-suffix": "Friendica", "optimize-autoloader": true, @@ -125,7 +126,8 @@ }, "require-dev": { "mockery/mockery": "^1.3", - "mikey179/vfsstream": "^1.6" + "mikey179/vfsstream": "^1.6", + "phpunit/phpunit": "^8.5" }, "scripts": { "test": "phpunit",