Skip to content

Commit 4a5dc66

Browse files
committed
:octocat: repo move
1 parent 1b72909 commit 4a5dc66

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

composer.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
{
22
"name": "chillerlan/php-filereader",
33
"description": "A simple filereader. PHP 7+",
4-
"homepage": "https://github.com/codemasher/php-filereader",
4+
"homepage": "https://github.com/chillerlan/php-filereader",
55
"license": "MIT",
66
"type": "library",
77
"authors": [
88
{
99
"name": "Smiley",
10-
"email": "[email protected]"
10+
"email": "[email protected]",
11+
"homepage": "https://github.com/codemasher"
1112
}
1213
],
14+
"support": {
15+
"issues": "https://github.com/chillerlan/php-filereader/issues",
16+
"source": "https://github.com/chillerlan/php-filereader"
17+
},
18+
"minimum-stability": "stable",
1319
"require": {
1420
"php": ">=7.0.3"
1521
},
1622
"require-dev": {
17-
"phpunit/phpunit": "6.0.*"
23+
"phpunit/phpunit": "^6.5"
1824
},
1925
"autoload": {
2026
"psr-4": {

0 commit comments

Comments
 (0)