18 lines
512 B
JSON
Executable file
18 lines
512 B
JSON
Executable file
{
|
|
"name": "pusher/pusher-php-server",
|
|
"type": "library",
|
|
"description" : "Library for interacting with the Pusher REST API",
|
|
"keywords": ["php-pusher-server", "pusher", "rest", "realtime", "trigger", "publish", "events"],
|
|
"homepage": "https://github.com/pusher/pusher-php-server",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.2",
|
|
"ext-curl": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4"
|
|
},
|
|
"autoload": {
|
|
"classmap": [ "lib/" ]
|
|
}
|
|
}
|