Skip to content

Commit 0112e33

Browse files
committed
✨ repo move
1 parent e0ee6be commit 0112e33

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "chillerlan/php-qrcode",
33
"description": "A QR code generator. PHP 7+",
4-
"homepage": "https://github.com/codemasher/php-qrcode",
4+
"homepage": "https://github.com/chillerlan/php-qrcode",
55
"license": "MIT",
6+
"minimum-stability": "stable",
67
"type": "library",
78
"keywords": [
89
"QR code"
@@ -14,15 +15,16 @@
1415
},
1516
{
1617
"name": "Smiley",
17-
"email": "[email protected]"
18+
"email": "[email protected]",
19+
"homepage": "https://github.com/codemasher"
1820
}
1921
],
2022
"require": {
2123
"php": ">=7.0.3",
2224
"chillerlan/php-traits": "^1.1"
2325
},
2426
"require-dev": {
25-
"phpunit/phpunit": "6.5.*",
27+
"phpunit/phpunit": "^6.5",
2628
"chillerlan/php-authenticator": "^2.0"
2729
},
2830
"suggest": {

0 commit comments

Comments
 (0)