| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "appsero/client", |
| 5 |
"version": "v2.0.5", |
| 6 |
"version_normalized": "2.0.5.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/Appsero/client.git", |
| 10 |
"reference": "b7766ee150cc8e28125a818a11e770feb9899a71" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/Appsero/client/zipball/b7766ee150cc8e28125a818a11e770feb9899a71", |
| 15 |
"reference": "b7766ee150cc8e28125a818a11e770feb9899a71", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"php": ">=5.6" |
| 20 |
}, |
| 21 |
"require-dev": { |
| 22 |
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", |
| 23 |
"phpcompatibility/phpcompatibility-wp": "dev-master", |
| 24 |
"phpunit/phpunit": "^8.5.31", |
| 25 |
"squizlabs/php_codesniffer": "^3.7", |
| 26 |
"tareq1988/wp-php-cs-fixer": "dev-master", |
| 27 |
"wp-coding-standards/wpcs": "dev-develop" |
| 28 |
}, |
| 29 |
"time": "2025-11-24T10:14:59+00:00", |
| 30 |
"type": "library", |
| 31 |
"installation-source": "dist", |
| 32 |
"autoload": { |
| 33 |
"psr-4": { |
| 34 |
"Appsero\\": "src/" |
| 35 |
} |
| 36 |
}, |
| 37 |
"notification-url": "https://packagist.org/downloads/", |
| 38 |
"license": [ |
| 39 |
"MIT" |
| 40 |
], |
| 41 |
"authors": [ |
| 42 |
{ |
| 43 |
"name": "Tareq Hasan", |
| 44 |
"email": "tareq@appsero.com" |
| 45 |
} |
| 46 |
], |
| 47 |
"description": "Appsero Client", |
| 48 |
"keywords": [ |
| 49 |
"analytics", |
| 50 |
"plugin", |
| 51 |
"theme", |
| 52 |
"wordpress" |
| 53 |
], |
| 54 |
"support": { |
| 55 |
"issues": "https://github.com/Appsero/client/issues", |
| 56 |
"source": "https://github.com/Appsero/client/tree/v2.0.5" |
| 57 |
}, |
| 58 |
"install-path": "../appsero/client" |
| 59 |
} |
| 60 |
], |
| 61 |
"dev": true, |
| 62 |
"dev-package-names": [] |
| 63 |
} |
| 64 |
|