|
1 | 1 | { |
2 | | - "name": "tomkyle/matomo-api-client", |
3 | | - "description": "Client library for interacting with the Matomo API. Supports retry logic and PSR-6 caches.", |
4 | | - "keywords": ["matomo", "api", "client"], |
| 2 | + "name": "tomkyle/matomo-api-client", |
| 3 | + "description": "Client library for interacting with the Matomo API. Supports retry logic and PSR-6 caches.", |
| 4 | + "keywords": ["matomo", "api", "client"], |
5 | 5 |
|
6 | | - "authors": [{ |
7 | | - "name": "Carsten Witt", |
8 | | - "email": "tomkyle@posteo.de", |
9 | | - "role": "Developer" |
10 | | - }], |
| 6 | + "authors": [{ |
| 7 | + "name": "Carsten Witt", |
| 8 | + "email": "tomkyle@posteo.de", |
| 9 | + "role": "Developer" |
| 10 | + }], |
11 | 11 |
|
12 | | - "license": "MIT", |
| 12 | + "license": "MIT", |
13 | 13 |
|
14 | | - "autoload": { |
15 | | - "psr-4": { |
16 | | - "tomkyle\\MatomoApiClient\\": "src/" |
17 | | - } |
18 | | - }, |
| 14 | + "autoload": { |
| 15 | + "psr-4": { |
| 16 | + "tomkyle\\MatomoApiClient\\": "src/" |
| 17 | + } |
| 18 | + }, |
19 | 19 |
|
20 | | - "autoload-dev": { |
21 | | - "psr-4": { |
22 | | - "tests\\": "tests/" |
23 | | - } |
24 | | - }, |
| 20 | + "autoload-dev": { |
| 21 | + "psr-4": { |
| 22 | + "tests\\": "tests/" |
| 23 | + } |
| 24 | + }, |
25 | 25 |
|
26 | | - "require": { |
27 | | - "php": "^8.3", |
28 | | - "ext-json": "*", |
29 | | - "psr/log": "^1.1|^2.0|^3.0", |
30 | | - "psr/cache": "^1.0|^2.0|^3.0", |
31 | | - "psr/http-factory": "^1.0", |
32 | | - "psr/http-client": "^1.0", |
33 | | - "psr/log": "^2.0|^3.0", |
34 | | - "guzzlehttp/psr7": "^2.7", |
35 | | - "guzzlehttp/guzzle": "^7.8" |
36 | | - }, |
| 26 | + "require": { |
| 27 | + "php": "^8.3", |
| 28 | + "ext-json": "*", |
| 29 | + "psr/log": "^1.1|^2.0|^3.0", |
| 30 | + "psr/cache": "^1.0|^2.0|^3.0", |
| 31 | + "psr/http-factory": "^1.0", |
| 32 | + "psr/http-client": "^1.0", |
| 33 | + "psr/log": "^2.0|^3.0", |
| 34 | + "guzzlehttp/psr7": "^2.7", |
| 35 | + "guzzlehttp/guzzle": "^7.8" |
| 36 | + }, |
37 | 37 |
|
38 | | - "require-dev": { |
39 | | - "phpunit/phpunit": "^11.0", |
40 | | - "friendsofphp/php-cs-fixer": "^3.63", |
41 | | - "phpstan/phpstan": "^1.0|^2.0", |
42 | | - "tomkyle/find-run-test": "^1.0", |
43 | | - "rector/rector": "^1.2" |
44 | | - } |
| 38 | + "require-dev": { |
| 39 | + "phpunit/phpunit": "^12.0", |
| 40 | + "friendsofphp/php-cs-fixer": "^3.63", |
| 41 | + "phpstan/phpstan": "^2.0", |
| 42 | + "tomkyle/find-run-test": "^1.0", |
| 43 | + "rector/rector": "^2.0" |
| 44 | + } |
45 | 45 | } |
0 commit comments