From 0112e33461845e734403916ba1650ce663023518 Mon Sep 17 00:00:00 2001 From: codemasher Date: Tue, 23 Jan 2018 05:57:30 +0100 Subject: [PATCH] :sparkles: repo move --- composer.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 1044be275..c4e431216 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,9 @@ { "name": "chillerlan/php-qrcode", "description": "A QR code generator. PHP 7+", - "homepage": "https://github.com/codemasher/php-qrcode", + "homepage": "https://github.com/chillerlan/php-qrcode", "license": "MIT", + "minimum-stability": "stable", "type": "library", "keywords": [ "QR code" @@ -14,7 +15,8 @@ }, { "name": "Smiley", - "email": "smiley@chillerlan.net" + "email": "smiley@chillerlan.net", + "homepage": "https://github.com/codemasher" } ], "require": { @@ -22,7 +24,7 @@ "chillerlan/php-traits": "^1.1" }, "require-dev": { - "phpunit/phpunit": "6.5.*", + "phpunit/phpunit": "^6.5", "chillerlan/php-authenticator": "^2.0" }, "suggest": {