Skip to content

Commit

Permalink
Merge pull request #16 from boesing/bugfix/issue-11
Browse files Browse the repository at this point in the history
  • Loading branch information
boesing authored Oct 24, 2020
2 parents 92404ae + 88b4479 commit 826a403
Show file tree
Hide file tree
Showing 8 changed files with 399 additions and 132 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
global:
- COMPOSER_ARGS="--no-interaction"
- COVERAGE_DEPS="php-coveralls/php-coveralls"
- COMPOSER_VERSION=1

matrix:
fast_finish: true
Expand Down Expand Up @@ -38,13 +39,22 @@ matrix:
- php: 7.4
env:
- DEPS=latest
- php: 7.4
env:
- DEPS=lowest
- COMPOSER_VERSION=2
- php: 7.4
env:
- DEPS=latest
- COMPOSER_VERSION=2

before_install:
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi

install:
- travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs
- if [[ $LEGACY_DEPS != '' ]]; then travis_retry composer update $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
- travis_retry composer self-update --$COMPOSER_VERSION
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update $COMPOSER_ARGS --prefer-lowest --prefer-stable ; fi
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $COVERAGE_DEPS ; fi
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- Nothing.
- [#16](https://github.com/laminas/laminas-component-installer/pull/16) Fixed issue with detection packages in composer v2 as dev dependencies.

## 2.3.0 - 2020-09-02

Expand Down
Loading

0 comments on commit 826a403

Please sign in to comment.