File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 10
10
env :
11
11
global :
12
12
- COMPOSER_ARGS="--no-interaction"
13
- - LATEST_DEPS="zendframework/zend-mvc-console"
14
13
- LEGACY_DEPS="phpunit/phpunit"
15
14
16
15
matrix :
@@ -60,7 +59,7 @@ before_install:
60
59
install :
61
60
- if [[ $DEPS == 'dev' ]]; then travis_retry composer config minimum-stability dev ; fi
62
61
- travis_retry composer install $COMPOSER_ARGS
63
- - if [[ $DEPS == 'latest' ]]; then travis_retry composer require --dev --no-update $COMPOSER_ARGS $LATEST_DEPS ; fi
62
+ - travis_retry composer require --dev --no-update $COMPOSER_ARGS zendframework/zend-mvc-console
64
63
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
65
64
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
66
65
- composer show
Original file line number Diff line number Diff line change 38
38
},
39
39
"require" : {
40
40
"php" : " ^7.1" ,
41
- "doctrine/doctrine-module" : " ^2.1" ,
41
+ "doctrine/doctrine-module" : " ^2.1.3 " ,
42
42
"doctrine/orm" : " ^2.6.0" ,
43
43
"doctrine/dbal" : " ^2.6.0" ,
44
44
"symfony/console" : " ^2.3 || ^3.0 || ^4.0" ,
You can’t perform that action at this time.
0 commit comments