Skip to content

Commit 7642884

Browse files
committed
Use custom phpunit/php-file-iterator
1 parent c896779 commit 7642884

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

composer.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"php": "^7.0",
2929
"ext-dom": "*",
3030
"ext-xmlwriter": "*",
31-
"phpunit/php-file-iterator": "^1.4.2",
31+
"phpunit/php-file-iterator": "dev-mantis-1.4@dev",
3232
"phpunit/php-token-stream": "^2.0.1",
3333
"phpunit/php-text-template": "^1.2.1",
3434
"sebastian/code-unit-reverse-lookup": "^1.0.1",
@@ -51,5 +51,13 @@
5151
"branch-alias": {
5252
"dev-master": "5.3.x-dev"
5353
}
54-
}
54+
},
55+
"repositories": [
56+
{
57+
"type": "vcs",
58+
"url": "https://github.com/mantisbt/php-file-iterator",
59+
"no-api": true
60+
}
61+
]
62+
5563
}

0 commit comments

Comments
 (0)