Skip to content

Commit 5ad4b1c

Browse files
committed
feat: refactor request sending and upgrade to php 8.0
1 parent a76e959 commit 5ad4b1c

File tree

4 files changed

+2478
-1974
lines changed

4 files changed

+2478
-1974
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A PHP wrapper class for the [Matomo](https://matomo.org/) API.
66

77
## Requirements
88

9-
* PHP >= 7.3 (for php 7.2 use version 1.5)
9+
* PHP >= 8.0 (for php 7.3/7.4 use version 1.6.1)
1010
* cUrl (php-curl)
1111
* JSON (php-json)
1212

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
"description": "API wrapper for matomo",
44
"license": "MIT",
55
"require": {
6-
"php": ">=7.3",
6+
"php": ">=8.0",
77
"ext-json": "*",
88
"ext-curl": "*",
99
"voku/httpful": "^2.4"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "^9.0"
12+
"roave/security-advisories": "dev-latest",
13+
"phpunit/phpunit": "^9.0"
1314
},
1415
"autoload": {
1516
"psr-4": {

0 commit comments

Comments
 (0)