Skip to content

Commit 53e1a6d

Browse files
committed
Remove 3.5 from support version
1 parent bb62944 commit 53e1a6d

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
5249
script:
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
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": {

0 commit comments

Comments
 (0)