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
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
language: php
matrix:
jobs:
include:
- php: 7.1
- php: 7.1
env: deps=low
- php: 7.2
- php: 7.2
env: deps=low

- php: 7.3
- php: 7.4

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a maintained fork which supports php 7.3, 7.4 and 8.0:

#35 (comment)


cache:
directories:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"require": {
"php": "^7.1",
"phpspec/phpspec": "^4.2",
"phpunit/php-code-coverage": "^5.0||^6.0"
"phpspec/phpspec": ">=4.2",
"phpunit/php-code-coverage": "^5.0 || ^6.0 || >=7.0"
},
"require-dev": {
"escapestudios/symfony2-coding-standard": "^3.1",
Expand Down