Skip to content

Commit 2a9e44d

Browse files
committed
Require at least php 7.3
1 parent 28b22ca commit 2a9e44d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: php
33
matrix:
44
fast_finish: true
55
include:
6-
- php: "7.2"
76
- php: "7.3"
87
- php: "7.4"
98
allow_failures:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "API wrapper for matomo",
44
"license": "MIT",
55
"require": {
6-
"php": ">=7.2",
6+
"php": ">=7.3",
77
"ext-json": "*",
88
"ext-curl": "*",
99
"voku/httpful": "^2.4"

0 commit comments

Comments
 (0)