diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/composer.json b/composer.json index f89fb15b2..792c08810 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "SSO", "ZOT" ], - "homepage" : "http://github.com/redmatrix/hubzilla", + "homepage" : "http://framagit.org/hubzilla/core/", "license" : "MIT", "authors" : [{ "name" : "Mike Macgirvin", @@ -18,8 +18,8 @@ } ], "support" : { - "issues" : "https://github.com/redmatrix/hubzilla/issues", - "source" : "https://github.com/redmatrix/hubzilla" + "issues" : "https://framagit.org/hubzilla/core/issues", + "source" : "https://framagit.org/hubzilla/core/" }, "require" : { "php" : ">=5.5", @@ -40,13 +40,12 @@ "smarty/smarty": "~3.1" }, "require-dev" : { - "php" : ">=7.0", - "phpunit/phpunit" : "~6.4.4", + "phpunit/phpunit" : "@stable", "behat/behat" : "@stable", "behat/mink-extension": "@stable", "behat/mink-goutte-driver": "@stable", - "php-mock/php-mock-phpunit": "^2.0", - "phpunit/dbunit": "^3.0" + "php-mock/php-mock-phpunit": "@stable", + "phpunit/dbunit": "@stable" }, "autoload" : { "psr-4" : { |