File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change
1
+ dist : bionic
1
2
language : php
2
3
php :
3
- - 7.1
4
- - 7.2
4
+ - 7.3
5
+ - 7.4
5
6
6
7
matrix :
7
8
include :
8
- - php : 7.1
9
+ - php : 7.3
9
10
env : DEPENDENCIES="--prefer-lowest"
10
- - php : 7.2
11
+ - php : 7.4
11
12
env : CHECK_CODESTYLE=1
12
13
before_install : phpenv config-rm xdebug.ini
13
14
before_script :
Original file line number Diff line number Diff line change 11
11
- Add ` ApiFilterExceptionInterface ` to covers all (_ known_ ) internal exceptions.
12
12
- Fix parsing ` lte ` filter.
13
13
- Allow explicit filter definition in a ** Tuple** _ raw column_ .
14
+ - [ ** BC** ] Require PHP >= 7.3
15
+ - Update ` mf/collections-php ` to ` 4.0 `
14
16
15
17
## 1.0.0 - 2018-08-28
16
18
- Initial version.
Original file line number Diff line number Diff line change 13
13
}
14
14
},
15
15
"require" : {
16
- "php" : " ^7.1 " ,
16
+ "php" : " ^7.3 " ,
17
17
"ext-mbstring" : " *" ,
18
18
"beberlei/assert" : " ^2.9 || ^3.0" ,
19
- "mf/collections-php" : " ^3.18 "
19
+ "mf/collections-php" : " ^4.0 "
20
20
},
21
21
"suggest" : {
22
22
"doctrine/orm" : " To allow applying filters directly to QueryBuilder"
You can’t perform that action at this time.
0 commit comments