Skip to content

Commit

Permalink
feat: refactor request sending and upgrade to php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer committed Mar 11, 2023
1 parent a76e959 commit 5ad4b1c
Show file tree
Hide file tree
Showing 4 changed files with 2,478 additions and 1,974 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A PHP wrapper class for the [Matomo](https://matomo.org/) API.

## Requirements

* 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)
* cUrl (php-curl)
* JSON (php-json)

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"description": "API wrapper for matomo",
"license": "MIT",
"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",
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 5ad4b1c

Please sign in to comment.