wp_back/wp-content/plugins/wp-smushit/vendor/mixpanel/mixpanel-php/composer.json

30 lines
676 B
JSON
Raw Normal View History

2024-05-20 15:37:46 +03:00
{
"name": "mixpanel/mixpanel-php",
"description": "The Official PHP library for Mixpanel",
"keywords": [
"mixpanel",
"mixpanel php"
],
"scripts": {
"unit-tests": "phpunit"
},
"homepage": "https://mixpanel.com/help/reference/php",
"license": "Apache-2.0",
"authors": [
{
"name": "Mixpanel <dev@mixpanel.com>",
"homepage": "https://mixpanel.com/"
}
],
"require": {
"php": ">=5.0"
},
"require-dev": {
"phpunit/phpunit": "5.6.*",
"phpdocumentor/phpdocumentor": "2.9.*"
},
"autoload": {
"files": ["lib/Mixpanel.php"]
}
}