Skip to content

Commit

Permalink
Prep for removal of master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
philipobenito committed Sep 28, 2020
1 parent 4956322 commit e0fef0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ cache:

install:
- |
# Instal PHPUnit v9 on PHP 8
# Install PHPUnit v9 on PHP 8
if [ "${TRAVIS_PHP_VERSION}" == nightly ]; then
travis_retry composer require --no-interaction --prefer-dist --dev --ignore-platform-reqs "phpunit/phpunit:^9.3"
else
Expand Down
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -47,6 +47,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.x-dev",
"dev-4.x": "4.x-dev",
"dev-3.x": "3.x-dev",
"dev-2.x": "2.x-dev",
Expand Down

0 comments on commit e0fef0c

Please sign in to comment.