Skip to content

Commit

Permalink
Require at least php 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer committed Aug 20, 2020
1 parent 28b22ca commit 2a9e44d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: php
matrix:
fast_finish: true
include:
- php: "7.2"
- php: "7.3"
- php: "7.4"
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "API wrapper for matomo",
"license": "MIT",
"require": {
"php": ">=7.2",
"php": ">=7.3",
"ext-json": "*",
"ext-curl": "*",
"voku/httpful": "^2.4"
Expand Down

0 comments on commit 2a9e44d

Please sign in to comment.