Skip to content

Commit 1fafc8a

Browse files
authored
Merge pull request #65 from lmc-eu/collectionsUpdate
Allow mf/collections-php v4.0
2 parents 8f2e150 + 4a96440 commit 1fafc8a

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1+
dist: bionic
12
language: php
23
php:
3-
- 7.1
4-
- 7.2
4+
- 7.3
5+
- 7.4
56

67
matrix:
78
include:
8-
- php: 7.1
9+
- php: 7.3
910
env: DEPENDENCIES="--prefer-lowest"
10-
- php: 7.2
11+
- php: 7.4
1112
env: CHECK_CODESTYLE=1
1213
before_install: phpenv config-rm xdebug.ini
1314
before_script:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
- Add `ApiFilterExceptionInterface` to covers all (_known_) internal exceptions.
1212
- Fix parsing `lte` filter.
1313
- Allow explicit filter definition in a **Tuple** _raw column_.
14+
- [**BC**] Require PHP >= 7.3
15+
- Update `mf/collections-php` to `4.0`
1416

1517
## 1.0.0 - 2018-08-28
1618
- Initial version.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
}
1414
},
1515
"require": {
16-
"php": "^7.1",
16+
"php": "^7.3",
1717
"ext-mbstring": "*",
1818
"beberlei/assert": "^2.9 || ^3.0",
19-
"mf/collections-php": "^3.18"
19+
"mf/collections-php": "^4.0"
2020
},
2121
"suggest": {
2222
"doctrine/orm": "To allow applying filters directly to QueryBuilder"

0 commit comments

Comments
 (0)