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 a76e959 commit 5ad4b1cCopy full SHA for 5ad4b1c
README.md
@@ -6,7 +6,7 @@ A PHP wrapper class for the [Matomo](https://matomo.org/) API.
6
7
## Requirements
8
9
-* PHP >= 7.3 (for php 7.2 use version 1.5)
+* PHP >= 8.0 (for php 7.3/7.4 use version 1.6.1)
10
* cUrl (php-curl)
11
* JSON (php-json)
12
composer.json
@@ -3,13 +3,14 @@
3
"description": "API wrapper for matomo",
4
"license": "MIT",
5
"require": {
- "php": ">=7.3",
+ "php": ">=8.0",
"ext-json": "*",
"ext-curl": "*",
"voku/httpful": "^2.4"
},
"require-dev": {
- "phpunit/phpunit": "^9.0"
+ "roave/security-advisories": "dev-latest",
13
+ "phpunit/phpunit": "^9.0"
14
15
"autoload": {
16
"psr-4": {
0 commit comments