We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b22ca commit 2a9e44dCopy full SHA for 2a9e44d
.travis.yml
@@ -3,7 +3,6 @@ language: php
3
matrix:
4
fast_finish: true
5
include:
6
- - php: "7.2"
7
- php: "7.3"
8
- php: "7.4"
9
allow_failures:
composer.json
@@ -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"
0 commit comments