Skip to content

Commit

Permalink
Support PHP 7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsur committed Feb 5, 2020
1 parent 416612a commit 3036725
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ php:
- 5.5
- 5.6
- 7.1
- 7.2
- 7.3
- 7.4

before_script:
- composer install -no
Expand Down
1 change: 0 additions & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ EXTRA_SEARCH_MAPPINGS =
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
CLASS_DIAGRAMS = YES
MSCGEN_PATH =
DIA_PATH =
HIDE_UNDOC_RELATIONS = YES
HAVE_DOT = YES
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.5 <7.4"
"php": ">=5.5 <7.5"
},
"require-dev": {
"phpunit/phpunit": "4.8.*"
Expand Down

0 comments on commit 3036725

Please sign in to comment.