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 b7713fb commit 14e8eedCopy full SHA for 14e8eed
.travis.yml
@@ -22,7 +22,7 @@ env:
22
- DRIVER="phpdbg" DEPENDENCIES="low"
23
- DRIVER="pcov" DEPENDENCIES="low"
24
global:
25
- - DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest"
+ - DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest --prefer-source"
26
27
before_install:
28
- composer self-update
composer.json
@@ -67,5 +67,10 @@
67
"tests/_files/BankAccountTest.php"
68
]
69
},
70
+ "extra": {
71
+ "branch-alias": {
72
+ "dev-pcov": "6.1.4"
73
+ }
74
+ },
75
"minimum-stability": "dev"
76
}
0 commit comments