repo move

This commit is contained in:
codemasher
2018-01-23 05:57:30 +01:00
parent e0ee6be3d8
commit 0112e33461
+5 -3
View File
@@ -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": {