We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c896779 commit 7642884Copy full SHA for 7642884
composer.json
@@ -28,7 +28,7 @@
28
"php": "^7.0",
29
"ext-dom": "*",
30
"ext-xmlwriter": "*",
31
- "phpunit/php-file-iterator": "^1.4.2",
+ "phpunit/php-file-iterator": "dev-mantis-1.4@dev",
32
"phpunit/php-token-stream": "^2.0.1",
33
"phpunit/php-text-template": "^1.2.1",
34
"sebastian/code-unit-reverse-lookup": "^1.0.1",
@@ -51,5 +51,13 @@
51
"branch-alias": {
52
"dev-master": "5.3.x-dev"
53
}
54
- }
+ },
55
+ "repositories": [
56
+ {
57
+ "type": "vcs",
58
+ "url": "https://github.com/mantisbt/php-file-iterator",
59
+ "no-api": true
60
+ }
61
+ ]
62
+
63
0 commit comments