Skip to content

Commit 69419ef

Browse files
committed
composer: use all forks
1 parent 038a418 commit 69419ef

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

composer.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@
2323
"optimize-autoloader": true,
2424
"sort-packages": true
2525
},
26+
"repositories": {
27+
"phpunit": {
28+
"type": "vcs",
29+
"url": "https://github.com/krakjoe/phpunit"
30+
},
31+
"php-code-coverage": {
32+
"type": "vcs",
33+
"url": "https://github.com/krakjoe/php-code-coverage"
34+
},
35+
"environment": {
36+
"type": "vcs",
37+
"url": "https://github.com/krakjoe/environment"
38+
}
39+
},
2640
"prefer-stable": true,
2741
"require": {
2842
"php": "^7.1",
@@ -32,12 +46,12 @@
3246
"phpunit/php-token-stream": "^3.0.1",
3347
"phpunit/php-text-template": "^1.2.1",
3448
"sebastian/code-unit-reverse-lookup": "^1.0.1",
35-
"sebastian/environment": "^4.0",
49+
"sebastian/environment": "dev-pcov as 4.0.1",
3650
"sebastian/version": "^2.0.1",
3751
"theseer/tokenizer": "^1.1"
3852
},
3953
"require-dev": {
40-
"phpunit/phpunit": "^7.4.4"
54+
"phpunit/phpunit": "dev-pcov as 7.5.2"
4155
},
4256
"suggest": {
4357
"ext-xdebug": "^2.6.1"
@@ -53,9 +67,5 @@
5367
"tests/_files/BankAccountTest.php"
5468
]
5569
},
56-
"extra": {
57-
"branch-alias": {
58-
"dev-master": "6.1-dev"
59-
}
60-
}
70+
"minimum-stability": "dev"
6171
}

0 commit comments

Comments
 (0)