Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 2 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
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ cache:

matrix:
include:
- php: 5.5
Copy link

Choose a reason for hiding this comment

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

What about 7.2 and 7.3?

- php: 5.6
- php: 7
allow_failures:
- php: 7
- php: 7.1
fast_finish: true

install:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
}
],
"require": {
"php": ">=5.5.9 || ^7.0",
"nikic/php-parser": "~3.0",
"php": "^7.1",
"nikic/php-parser": "~4.0",
"symfony/console": "^2.6 || ^3.0",
"symfony/finder": "^2.6 || ^3.0",
"phpdocumentor/reflection-docblock": "~2.0 || ~3.0 || ~4.0",
Expand Down
Loading