Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
# php8 is not supported yet
#- nightly
- 7.4
- 8.0

env:
matrix:
Expand All @@ -17,8 +16,6 @@ env:

matrix:
fast_finish: true
allow_failures:
- php: 7.4snapshot

install:
- if [[ "$DEPENDENCIES" = 'high' ]]; then travis_retry composer update $DEFAULT_COMPOSER_FLAGS; fi
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.1"
"php": ">=7.1"
Comment thread
b1rdex marked this conversation as resolved.
},
"autoload": {
"psr-4": {
Expand All @@ -28,6 +28,6 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
"phpunit/phpunit": "^7.5 | ^8.2"
"phpunit/phpunit": "^7.5.20 | ^8.2"
}
}