Skip to content

Commit

Permalink
Merge f174cce into 8f2e150
Browse files Browse the repository at this point in the history
  • Loading branch information
legendik committed May 5, 2020
2 parents 8f2e150 + f174cce commit a61c46f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4

matrix:
include:
- php: 7.1
- php: 7.3
env: DEPENDENCIES="--prefer-lowest"
- php: 7.2
- php: 7.4
env: CHECK_CODESTYLE=1
before_install: phpenv config-rm xdebug.ini
before_script:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
}
},
"require": {
"php": "^7.1",
"php": "^7.3",
"ext-mbstring": "*",
"beberlei/assert": "^2.9 || ^3.0",
"mf/collections-php": "^3.18"
"mf/collections-php": "^4.0"
},
"suggest": {
"doctrine/orm": "To allow applying filters directly to QueryBuilder"
Expand Down

0 comments on commit a61c46f

Please sign in to comment.