Skip to content

Commit b47aa03

Browse files
authored
Merge pull request #2 from nanasess/improve/php8.1
Fix repository name
2 parents dc24478 + 2c2e75a commit b47aa03

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)