File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,6 @@ before_script:
4646 - if [[ $PHPCS = 1 ]]; then composer require cakephp/cakephp-codesniffer:"^3.0"; fi
4747 - if [[ $PHPSTAN = 1 ]]; then composer require phpstan/phpstan; fi
4848
49- # see: https://github.com/cakephp/chronos/issues/106
50- - if [[ $TRAVIS_PHP_VERSION != 7.0 && $PREFER_LOWEST != "" ]]; then composer require --prefer-stable --prefer-dist --no-interaction $PREFER_LOWEST cakephp/chronos:^1.0.1; fi
51-
5249script :
5350 - if [[ $DEFAULT = 1 && $TRAVIS_PHP_VERSION != 7.4 ]]; then vendor/bin/phpunit; fi
5451 - if [[ $DEFAULT = 1 && $TRAVIS_PHP_VERSION = 7.4 ]]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover=clover.xml; fi
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ CakePHP behavior plugin for easily some complicated queries.
1010
1111## Requirements
1212
13- - PHP 7.0 +
14- - CakePHP 3.5 +
13+ - PHP 7.1 +
14+ - CakePHP 3.6 +
1515- MySQL 5.6+
1616
1717## Installation
Original file line number Diff line number Diff line change 2626 "source" : " https://github.com/itosho/easy-query"
2727 },
2828 "require" : {
29- "cakephp/orm" : " ^3.5 "
29+ "cakephp/orm" : " ^3.6 "
3030 },
3131 "require-dev" : {
32- "cakephp/cakephp" : " ^3.5 " ,
32+ "cakephp/cakephp" : " ^3.6 " ,
3333 "phpunit/phpunit" : " ^5.7.14|^6.0"
3434 },
3535 "autoload" : {
You can’t perform that action at this time.
0 commit comments