| Current Path : /home/users/unlimited/www/ultimate-ai.codeskitter.site/vendor/ably/ably-php/ |
| Current File : /home/users/unlimited/www/ultimate-ai.codeskitter.site/vendor/ably/ably-php/composer.json |
{
"name": "ably/ably-php",
"description": "Ably REST client library for PHP.",
"keywords": ["messaging", "messages", "ably"],
"homepage": "https://www.ably.com/",
"require": {
"php": "^7.2 || ^8.0",
"rybakit/msgpack": ">=0.9.1",
"ext-json" : "*",
"ext-curl" : "*",
"ext-openssl" : "*"
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.5"
},
"license": "Apache-2.0",
"authors": [
{
"name": "Ably",
"email": "support@ably.com"
}
],
"autoload": {
"psr-4": {
"Ably\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"tests\\": "tests/"
}
},
"scripts": {
"test": "vendor/bin/phpunit"
}
}