Skip to content

Commit 2c2e75a

Browse files
committed
Fix repository name
1 parent a71127e commit 2c2e75a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "php5friends/php-file-iterator",
2+
"name": "php5friends/php-file-iterator14",
33
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
44
"type": "library",
55
"keywords": [
66
"iterator",
77
"filesystem"
88
],
9-
"homepage": "https://github.com/php5friends/php-file-iterator/",
9+
"homepage": "https://github.com/php5friends/php-file-iterator14/",
1010
"license": "BSD-3-Clause",
1111
"authors": [
1212
{
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"support": {
19-
"issues": "https://github.com/php5friends/php-file-iterator/issues"
19+
"issues": "https://github.com/php5friends/php-file-iterator14/issues"
2020
},
2121
"replace": {
2222
"phpunit/php-file-iterator": "*"

0 commit comments

Comments
 (0)