Skip to content

Commit 14e8eed

Browse files
committed
torturing composer
1 parent b7713fb commit 14e8eed

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
- DRIVER="phpdbg" DEPENDENCIES="low"
2323
- DRIVER="pcov" DEPENDENCIES="low"
2424
global:
25-
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest"
25+
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest --prefer-source"
2626

2727
before_install:
2828
- composer self-update

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,10 @@
6767
"tests/_files/BankAccountTest.php"
6868
]
6969
},
70+
"extra": {
71+
"branch-alias": {
72+
"dev-pcov": "6.1.4"
73+
}
74+
},
7075
"minimum-stability": "dev"
7176
}

0 commit comments

Comments
 (0)